mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 05:25:43 -04:00
FullscreenUI: Fix enable toggle not applying
This commit is contained in:
parent
7366d0fcff
commit
4ebca591fd
@ -2370,6 +2370,7 @@ void DrawSettingsWindow()
|
|||||||
"When enabled and logged in, DuckStation will scan for achievements on startup.",
|
"When enabled and logged in, DuckStation will scan for achievements on startup.",
|
||||||
"Cheevos", "Enabled", false))
|
"Cheevos", "Enabled", false))
|
||||||
{
|
{
|
||||||
|
settings_changed = true;
|
||||||
s_host_interface->RunLater([]() {
|
s_host_interface->RunLater([]() {
|
||||||
if (!ConfirmChallengeModeEnable())
|
if (!ConfirmChallengeModeEnable())
|
||||||
s_host_interface->GetSettingsInterface()->SetBoolValue("Cheevos", "Enabled", false);
|
s_host_interface->GetSettingsInterface()->SetBoolValue("Cheevos", "Enabled", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user