mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 17:27:53 +08:00
Fix: equip_enter with long_click=False (#2453)
This commit is contained in:
@@ -75,6 +75,7 @@ class Equipment(StorageHandler):
|
|||||||
break
|
break
|
||||||
|
|
||||||
# Long click accidentally became normal click, exit from dock
|
# Long click accidentally became normal click, exit from dock
|
||||||
|
if long_click:
|
||||||
if self.appear(DOCK_CHECK, offset=(20, 20), interval=3):
|
if self.appear(DOCK_CHECK, offset=(20, 20), interval=3):
|
||||||
logger.info(f'equip_enter {DOCK_CHECK} -> {BACK_ARROW}')
|
logger.info(f'equip_enter {DOCK_CHECK} -> {BACK_ARROW}')
|
||||||
self.device.click(BACK_ARROW)
|
self.device.click(BACK_ARROW)
|
||||||
|
|||||||
Reference in New Issue
Block a user