mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
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:
parent
5dd7a371fe
commit
91330c9f3a
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue