diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index 52aee19ae..9e8a0a7c7 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -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 } });