mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-31 01:03:30 +02:00
gateway switch bug fix
This commit is contained in:
@@ -177,7 +177,7 @@ class GateWayPage(Page):
|
|||||||
self._Screen._MsgBox.Draw()
|
self._Screen._MsgBox.Draw()
|
||||||
self._Screen.SwapAndShow()
|
self._Screen.SwapAndShow()
|
||||||
|
|
||||||
ApplyGateWay(cur_li._Value)
|
self.ApplyGateWay(cur_li._Value)
|
||||||
|
|
||||||
pygame.time.delay(1000)
|
pygame.time.delay(1000)
|
||||||
self._Screen.Draw()
|
self._Screen.Draw()
|
||||||
|
|||||||
Reference in New Issue
Block a user