FullscreenUI: Use effective value for achievement options enable

pull/3360/head
Stenzek 1 month ago
parent d314b25f91
commit 0d9e6bd482
No known key found for this signature in database

@ -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…
Cancel
Save