mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 16:33:33 +08:00
Fix: Prevent clicking GET_SHIP when switching from page_main (#2320)
This commit is contained in:
@@ -568,8 +568,9 @@ 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 == MAIN_GOTO_REWARD:
|
for switch_button in page_main.links.values():
|
||||||
self.interval_reset(GET_SHIP)
|
if button == switch_button:
|
||||||
|
self.interval_reset(GET_SHIP)
|
||||||
if button == MAIN_GOTO_CAMPAIGN:
|
if button == MAIN_GOTO_CAMPAIGN:
|
||||||
self.interval_reset(GET_SHIP)
|
self.interval_reset(GET_SHIP)
|
||||||
# Shinano event has the same title as raid
|
# Shinano event has the same title as raid
|
||||||
|
|||||||
Reference in New Issue
Block a user