FullscreenUI: Fix crash opening settings

Regression from 76facb3. Derp.
This commit is contained in:
Stenzek
2025-10-09 18:22:11 +10:00
parent 550858104f
commit 00a2f5a2ce

View File

@@ -4161,7 +4161,7 @@ void FullscreenUI::DrawInterfaceSettingsPage()
DrawStringListSetting(bsi, FSUI_ICONVSTR(ICON_FA_PAINTBRUSH, "Theme"),
FSUI_VSTR("Selects the color style to be used for Big Picture UI."), "UI", "FullscreenUITheme",
Host::GetDefaultFullscreenUITheme(), s_theme_names, s_theme_values, true,
"", s_theme_names, s_theme_values, true,
[](std::string_view) { BeginTransition(LONG_TRANSITION_TIME, &FullscreenUI::SetTheme); });
if (const TinyString current_value =