mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 19:45:47 -04:00
Qt: Ensure system is shut down before closing
Fixes crash on shutdown on Mac.
This commit is contained in:
@ -1073,7 +1073,7 @@ void FullscreenUI::DoToggleAnalogMode()
|
||||
|
||||
void FullscreenUI::DoRequestExit()
|
||||
{
|
||||
Host::RunOnCPUThread([]() { Host::RequestExit(g_settings.save_state_on_exit); });
|
||||
Host::RunOnCPUThread([]() { Host::RequestExit(true); });
|
||||
}
|
||||
|
||||
void FullscreenUI::DoToggleFullscreen()
|
||||
|
Reference in New Issue
Block a user