diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index 86fd9538b..b81fe8119 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 } });