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."),
|
FSUI_CSTR("When enabled and logged in, DuckStation will scan for achievements on startup."),
|
||||||
"Cheevos", "Enabled", false);
|
"Cheevos", "Enabled", false);
|
||||||
|
|
||||||
const bool enabled = bsi->GetBoolValue("Cheevos", "Enabled", false);
|
const bool enabled = GetEffectiveBoolSetting(bsi, "Cheevos", "Enabled", false);
|
||||||
|
|
||||||
if (DrawToggleSetting(
|
if (DrawToggleSetting(
|
||||||
bsi, FSUI_ICONSTR(ICON_FA_HARD_HAT, "Hardcore Mode"),
|
bsi, FSUI_ICONSTR(ICON_FA_HARD_HAT, "Hardcore Mode"),
|
||||||
|
|
Loading…
Reference in New Issue