feat: initialize network interface state and log interface details

This commit is contained in:
Vxrtrauter
2026-02-05 19:15:39 +01:00
parent 3f39e67933
commit 4589322f0a
4 changed files with 10 additions and 2 deletions
+2
View File
@@ -27,6 +27,8 @@ class AppState(QObject):
self.dl_session: Any = None
self.active_downloads: List[str] = {}
self.window_transparency: bool = False
self.interfaces: List = []
self.active_interfaces: List = []
@property
def image_path(self) -> str: