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 -1
View File
@@ -14,4 +14,4 @@ class NotificationPopup(QMessageBox):
if infotext is not None:
self.setInformativeText(infotext)
self.setStandardButtons(QMessageBox.StandardButton.Ok)
self.setStandardButtons(QMessageBox.StandardButton.Ok)