mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-14 10:57:35 -04:00
Make sure to exit the app if we have to.
This commit is contained in:
@@ -559,6 +559,7 @@ void OpenRGBDialog2::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
plugin_manager->UnloadPlugins();
|
||||
event->accept();
|
||||
QApplication::exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user