mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 18:35:43 -04:00
FullscreenUI: Fix crash with language select on Linux
This commit is contained in:
parent
44a4f2703a
commit
1809885927
@ -3071,9 +3071,9 @@ void FullscreenUI::DrawInterfaceSettingsPage()
|
||||
if (static_cast<u32>(index) >= language_list.size())
|
||||
return;
|
||||
|
||||
ImGuiFullscreen::CloseChoiceDialog();
|
||||
Host::RunOnCPUThread(
|
||||
[language = language_list[index].second]() { Host::ChangeLanguage(language); });
|
||||
ImGuiFullscreen::CloseChoiceDialog();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user