mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-27 00:25:38 +00:00
Merge pull request #398 from pjft/fix-theme-collection-crash
Fix crash when changing theme
This commit is contained in:
commit
4e6dcde5a5
|
@ -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