mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
FullscreenUI: Use effective value for achievement options enable
This commit is contained in:
parent
d314b25f91
commit
0d9e6bd482
@ -5897,7 +5897,7 @@ void FullscreenUI::DrawAchievementsSettingsPage()
|
||||
FSUI_CSTR("When enabled and logged in, DuckStation will scan for achievements on startup."),
|
||||
"Cheevos", "Enabled", false);
|
||||
|
||||
const bool enabled = bsi->GetBoolValue("Cheevos", "Enabled", false);
|
||||
const bool enabled = GetEffectiveBoolSetting(bsi, "Cheevos", "Enabled", false);
|
||||
|
||||
if (DrawToggleSetting(
|
||||
bsi, FSUI_ICONSTR(ICON_FA_HARD_HAT, "Hardcore Mode"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user