Make sure to exit the app if we have to.

This commit is contained in:
morg
2021-11-19 20:35:45 +01:00
committed by Adam Honse
parent 2f5a9f7b12
commit 8de3407ffb

View File

@@ -559,6 +559,7 @@ void OpenRGBDialog2::closeEvent(QCloseEvent *event)
{
plugin_manager->UnloadPlugins();
event->accept();
QApplication::exit(0);
}
}