mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 23:03:33 +08:00
Fix: Reset interval of GET_SHIP after entering page_dorm
This commit is contained in:
@@ -559,6 +559,8 @@ class UI(InfoHandler):
|
|||||||
"""
|
"""
|
||||||
if button == MEOWFFICER_GOTO_DORMMENU:
|
if button == MEOWFFICER_GOTO_DORMMENU:
|
||||||
self.interval_reset(GET_SHIP)
|
self.interval_reset(GET_SHIP)
|
||||||
|
if button == DORMMENU_GOTO_DORM:
|
||||||
|
self.interval_reset(GET_SHIP)
|
||||||
for switch_button in page_main.links.values():
|
for switch_button in page_main.links.values():
|
||||||
if button == switch_button:
|
if button == switch_button:
|
||||||
self.interval_reset(GET_SHIP)
|
self.interval_reset(GET_SHIP)
|
||||||
|
|||||||
Reference in New Issue
Block a user