1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-14 13:50:01 +08:00

Fix: Avoid clicking GET_SHIP after entering page_meowfficer

This commit is contained in:
LmeSzinc
2025-11-04 17:17:58 +08:00
parent cfe9ec5618
commit cd18378ad4

View File

@@ -611,6 +611,8 @@ class UI(InfoHandler):
self.interval_reset(GET_SHIP)
if button == DORMMENU_GOTO_DORM:
self.interval_reset(GET_SHIP)
if button == DORMMENU_GOTO_MEOWFFICER:
self.interval_reset(GET_SHIP)
for switch_button in page_main.links.values():
if button == switch_button:
self.interval_reset(GET_SHIP)