mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-03-18 18:12:39 +01:00
Update __init__.py
This commit is contained in:
@@ -105,7 +105,8 @@ class NotFoundPage(Page):
|
||||
self._Board.SetAndBlitText(d)
|
||||
|
||||
def KeyDown(self,event):
|
||||
if event.key == CurKeys["A"] or event.key == CurKeys["Menu"]:
|
||||
# if event.key == CurKeys["A"] or event.key == CurKeys["Menu"]:
|
||||
if IsKeyMenuOrB(event.key):
|
||||
self.ReturnToUpLevelPage()
|
||||
self._Screen.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
|
||||
Reference in New Issue
Block a user