Fix crash when changing theme from within a collection that'll no longer be present at the carousel level

This commit is contained in:
pjft 2018-03-15 20:46:09 +00:00
parent 99cc97680d
commit a585c00744

View file

@ -261,6 +261,7 @@ void GuiMenu::openUISettings()
if(needReload)
{
CollectionSystemManager::get()->updateSystemsList();
ViewController::get()->goToStart();
ViewController::get()->reloadAll(); // TODO - replace this with some sort of signal-based implementation
}
});