mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +00: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.",
|
||||
"Cheevos", "Enabled", false))
|
||||
{
|
||||
settings_changed = true;
|
||||
s_host_interface->RunLater([]() {
|
||||
if (!ConfirmChallengeModeEnable())
|
||||
s_host_interface->GetSettingsInterface()->SetBoolValue("Cheevos", "Enabled", false);
|
||||
|
|
Loading…
Reference in a new issue