mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
fix restarting/exiting bugs in dan mode
This commit is contained in:
@@ -20,7 +20,6 @@ class DanSelectScreen(Screen):
|
||||
super().on_screen_start()
|
||||
self.navigator = navigator
|
||||
self.navigator.in_dan_select = True
|
||||
self.navigator.select_current_item()
|
||||
self.coin_overlay = CoinOverlay()
|
||||
self.allnet_indicator = AllNetIcon()
|
||||
self.timer = Timer(60, get_current_ms(), self.navigator.select_current_item)
|
||||
|
||||
Reference in New Issue
Block a user