mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Fixed an issue where manually starting the screensaver would not prevent file animations from playing.
This commit is contained in:
parent
c96696fb96
commit
ab11f36ece
|
@ -867,8 +867,10 @@ bool ViewController::input(InputConfig* config, Input input)
|
|||
return true;
|
||||
}
|
||||
|
||||
mWindow->setAllowTextScrolling(true);
|
||||
mWindow->setAllowFileAnimation(true);
|
||||
if (!mWindow->isScreensaverActive()) {
|
||||
mWindow->setAllowTextScrolling(true);
|
||||
mWindow->setAllowFileAnimation(true);
|
||||
}
|
||||
|
||||
// Check if UI mode has changed due to passphrase completion.
|
||||
if (UIModeController::getInstance()->listen(config, input))
|
||||
|
|
Loading…
Reference in a new issue