From 91330c9f3a8b7c318dc0bb1d06b0f2d65d2afcdd Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 3 Jun 2024 17:35:08 +0200 Subject: [PATCH] Fixed an issue where transition animations could sometimes partially play when switching themes with a system selected for the gamelist on startup setting --- es-app/src/guis/GuiSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.