Skip to content

Commit

Permalink
Merge pull request RetroPie#398 from pjft/fix-theme-collection-crash
Browse files Browse the repository at this point in the history
Fix crash when changing theme
  • Loading branch information
joolswills authored Apr 1, 2018
2 parents 6878aad + a585c00 commit 4e6dcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions es-app/src/guis/GuiMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
Expand Down

0 comments on commit 4e6dcde

Please sign in to comment.