diff --git a/qt/OpenRGBDialog2.cpp b/qt/OpenRGBDialog2.cpp index 99872cd8a..063524c35 100644 --- a/qt/OpenRGBDialog2.cpp +++ b/qt/OpenRGBDialog2.cpp @@ -559,6 +559,7 @@ void OpenRGBDialog2::closeEvent(QCloseEvent *event) { plugin_manager->UnloadPlugins(); event->accept(); + QApplication::exit(0); } }