refactor: clean up unused imports and improve code organization

This commit is contained in:
Vxrtrauter
2025-11-15 00:16:47 +01:00
parent 9d0d5332bf
commit 65f7c04936
3 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class AppState(QObject):
self.post_urls: List[str] = []
self.post_author: List[str] = []
self.downloads: List[str] = []
self.version: str
self.version: str = "dev"
self._image_path: str = ""
self.ignore_updates: bool = False
self.debug: bool = False