* Fixed Exit action on system tray icon

This commit is contained in:
Nagy Tam?s (T-bond) 2020-04-03 23:18:17 +02:00 committed by Adam Honse
parent aa1ad8db85
commit 2970e56324

View file

@ -275,6 +275,7 @@ void OpenRGBDialog2::RefreshProfileList()
void OpenRGBDialog2::on_Exit()
{
trayIcon->hide();
close();
}