mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
add return in Emulator ,Click
This commit is contained in:
parent
83a7547a0a
commit
60a85739fa
@ -338,9 +338,9 @@ class FavListPage(Page):
|
||||
self._Screen.PushPage(self._RomSoConfirmDownloadPage)
|
||||
self._Screen.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
return
|
||||
|
||||
|
||||
return
|
||||
|
||||
self._Screen.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
|
||||
|
||||
@ -378,7 +378,8 @@ class RomListPage(Page):
|
||||
self._Screen.PushPage(self._RomSoConfirmDownloadPage)
|
||||
self._Screen.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
return
|
||||
|
||||
return
|
||||
|
||||
self._Screen.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user