diff --git a/rare/widgets/rare_app.py b/rare/widgets/rare_app.py index ed7b6d57..32de9dc6 100644 --- a/rare/widgets/rare_app.py +++ b/rare/widgets/rare_app.py @@ -55,7 +55,7 @@ class RareAppException(QObject): defaultButton=QMessageBox.Abort ) if action == QMessageBox.Abort: - QApplication.quit() + QApplication.instance().quit() class RareApp(QApplication):