mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 12:05:39 +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;
|
mPause = true;
|
||||||
if (Settings::getInstance()->getString("ScreensaverType") == "dim")
|
if (Settings::getInstance()->getString("ScreensaverType") == "dim")
|
||||||
stopVideo();
|
stopVideo();
|
||||||
|
else
|
||||||
|
pauseVideo();
|
||||||
manageState();
|
manageState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue