Fixed an issue where transition animations could sometimes partially play when switching themes with a system selected for the gamelist on startup setting

This commit is contained in:
Leon Styhre 2024-06-03 17:35:08 +02:00
parent 5dd7a371fe
commit 91330c9f3a

View file

@ -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.