add autoresume variable functionality

This commit is contained in:
Vxrtrauter
2026-01-13 23:58:23 +01:00
parent cc3b201450
commit db77bed3cf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ class AppState(QObject):
self._image_path: str = ""
self.ignore_updates: bool = False
self.debug: bool = False
self.autoresume: bool = True
self.tracker: str = "rutracker"
self.api_url: str = "https://api.michijackson.xyz"
self.download_path: str = str(Path.home() / "Downloads")