This commit is contained in:
Johannes
2022-04-07 21:05:06 +02:00
committed by GitHub
parent 1abeb20943
commit 3e9a24b2bd

View File

@@ -139,7 +139,7 @@ class LuiController(object):
if dstCard is not None:
self._previous_cards = []
self._current_card = dstCard
# check for duouble tap if configured and render current page
# check for double tap if configured and render current page
if self._config.get("screensaver.doubleTapToUnlock") and int(value) >= 2:
self._pages_gen.render_card(self._current_card)
elif not self._config.get("screensaver.doubleTapToUnlock"):