This commit is contained in:
yumoqing 2022-09-15 11:13:36 +08:00
parent 647be39562
commit 850e256a94
2 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,9 @@ class FFVideo(WidgetReady, Image):
if self._player is None: if self._player is None:
return return
Window.allow_screensaver = True
if self.status == 'play': if self.status == 'play':
Window.allow_screensaver = False
self._player.set_pause(False) self._player.set_pause(False)
elif self.status == 'pause': elif self.status == 'pause':
self._player.set_pause(True) self._player.set_pause(True)

View File

@ -1 +1 @@
__version__ = '0.3.13' __version__ = '0.3.14'