feat: properly utilize close to tray and quit action

This commit is contained in:
2026-04-08 00:15:46 +02:00
parent 767955e008
commit 6592cd4ec1
6 changed files with 25 additions and 6 deletions
+1
View File
@@ -30,6 +30,7 @@ class AppState(QObject):
self.interfaces: List = []
self.active_interfaces: List = []
self.bound_interface: Any = None
self.close_to_tray: bool = True
# Image
self._image_enabled: bool = False