mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed an issue where the collections were not properly initialized during theme set changes.
This commit is contained in:
parent
680fde743f
commit
510f428b52
|
@ -187,8 +187,8 @@ void GuiMenu::openUISettings()
|
|||
if (theme_set->getSelected() != Settings::getInstance()->getString("ThemeSet")) {
|
||||
Scripting::fireEvent("theme-changed", theme_set->getSelected(),
|
||||
Settings::getInstance()->getString("ThemeSet"));
|
||||
CollectionSystemsManager::get()->updateSystemsList();
|
||||
Settings::getInstance()->setString("ThemeSet", theme_set->getSelected());
|
||||
CollectionSystemsManager::get()->updateSystemsList();
|
||||
s->setNeedsSaving();
|
||||
s->setNeedsReloading();
|
||||
s->setInvalidateCachedBackground();
|
||||
|
|
Loading…
Reference in a new issue