screensaver loads images while in idle after init
Closed this issue · 0 comments
Thialf commented
can be fixed by adding:
def _onPixmapReady(self, picInfo=None):
if not self._isEnabled:
self._nextPixmap = None
return
...
Closed this issue · 0 comments
can be fixed by adding:
def _onPixmapReady(self, picInfo=None):
if not self._isEnabled:
self._nextPixmap = None
return
...