This commit is contained in:
dries.k
2022-02-02 17:36:46 +01:00
parent d14f2992a5
commit 63c47c470c
2 changed files with 14 additions and 15 deletions

View File

@@ -13,13 +13,11 @@ settings = Settings("gotify-tray")
class SettingsDialog(QtWidgets.QDialog, Ui_Dialog):
def __init__(self, app: QtWidgets.QApplication):
def __init__(self):
super(SettingsDialog, self).__init__()
self.setupUi(self)
self.setWindowTitle("Settings")
self.app = app
self.settings_changed = False
self.changes_applied = False
self.server_changed = False