add more interface stuff

This commit is contained in:
Vxrtrauter
2026-02-05 00:36:12 +01:00
parent f1726f4e9a
commit d43d6e57cc
5 changed files with 90 additions and 53 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class AppState(QObject):
self.down_speed_limit: int = 0
self.max_connections: int = 200
self.max_downloads: int = 10
self.settings_path: str = None
self.settings_path: str = ""
self.dl_session: Any = None
self.active_downloads: List[str] = {}
self.window_transparency: bool = False