mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fixed an issue where videos would not pause on screensaver activation.
This commit is contained in:
parent
29abe2dc8c
commit
6c62b23da8
|
@ -136,6 +136,8 @@ void VideoComponent::onScreensaverActivate()
|
|||
mPause = true;
|
||||
if (Settings::getInstance()->getString("ScreensaverType") == "dim")
|
||||
stopVideo();
|
||||
else
|
||||
pauseVideo();
|
||||
manageState();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue