feat: add notification popup to inform users of malicious ads on megadb

This commit is contained in:
2026-04-10 16:27:53 +02:00
parent 4203969051
commit 14afc821b1
7 changed files with 42 additions and 5 deletions
+1
View File
@@ -31,6 +31,7 @@ class AppState(QObject):
self.active_interfaces: List = []
self.bound_interface: Any = None
self.close_to_tray: bool = True
self.show_megadb_notification: bool = True
# Image
self._image_enabled: bool = False