mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 08:05:38 +00:00
Fix crash when changing theme from within a collection that'll no longer be present at the carousel level
This commit is contained in:
parent
99cc97680d
commit
a585c00744
|
@ -261,6 +261,7 @@ void GuiMenu::openUISettings()
|
||||||
if(needReload)
|
if(needReload)
|
||||||
{
|
{
|
||||||
CollectionSystemManager::get()->updateSystemsList();
|
CollectionSystemManager::get()->updateSystemsList();
|
||||||
|
ViewController::get()->goToStart();
|
||||||
ViewController::get()->reloadAll(); // TODO - replace this with some sort of signal-based implementation
|
ViewController::get()->reloadAll(); // TODO - replace this with some sort of signal-based implementation
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue