macos: prevent hang on quit (?)

This commit is contained in:
dries.k
2022-08-21 10:34:17 +02:00
parent ffd0ff4ad7
commit 7a7b23b877

View File

@@ -386,6 +386,7 @@ class MainApplication(QtWidgets.QApplication):
self.gotify_client.stop_final()
super(MainApplication, self).quit()
sys.exit(0)
def start_gui():