mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Fix default fallback
This commit is contained in:
parent
cefc464017
commit
0ffcf6263a
@ -575,7 +575,7 @@ void Gui::init()
|
|||||||
if (!Gui::gui->setTheme(ThePrefs.Theme))
|
if (!Gui::gui->setTheme(ThePrefs.Theme))
|
||||||
{
|
{
|
||||||
/* Set the default theme */
|
/* Set the default theme */
|
||||||
panic_if (!Gui::gui->setTheme(ThePrefs.Theme),
|
panic_if (!Gui::gui->setTheme("default"),
|
||||||
"Setting default theme failed\n");
|
"Setting default theme failed\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user