diff --git a/es-app/src/guis/GuiSettings.cpp b/es-app/src/guis/GuiSettings.cpp index 013042cdb..09d42f0dc 100644 --- a/es-app/src/guis/GuiSettings.cpp +++ b/es-app/src/guis/GuiSettings.cpp @@ -112,7 +112,7 @@ void GuiSettings::save() ViewController::getInstance()->reloadAll(); if (mNeedsGoToStart) - ViewController::getInstance()->goToStart(true); + ViewController::getInstance()->goToStart(false); // Special case from GuiCollectionSystemsOptions where we didn't yet know whether a matching // theme existed when creating a new custom collection.