feat: add qt window transparency

This commit is contained in:
2026-01-31 18:46:40 +01:00
parent c49726fe42
commit 08a45cb422
6 changed files with 43 additions and 17 deletions
+1
View File
@@ -26,6 +26,7 @@ class AppState(QObject):
self.settings_path: str = None
self.dl_session: Any = None
self.active_downloads: List[str] = {}
self.window_transparency: bool = False
@property
def image_path(self) -> str: