FullscreenUI: Fix crash opening settings

Regression from 76facb3. Derp.
pull/3586/head
Stenzek 3 weeks ago
parent 550858104f
commit 00a2f5a2ce
No known key found for this signature in database

@ -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 =

Loading…
Cancel
Save