mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: disassemble should end with DISASSEMBLE_POPUP_CONFIRM clicked
This commit is contained in:
@@ -413,10 +413,10 @@ class StorageHandler(StorageUI):
|
||||
|
||||
if self.appear_then_click(DISASSEMBLE_CONFIRM, offset=(20, 20), interval=5):
|
||||
click_count += 1
|
||||
# since 2025.05.20 disassemble no longer shows GET_ITEMS
|
||||
success = True
|
||||
continue
|
||||
if self.appear_then_click(DISASSEMBLE_POPUP_CONFIRM, offset=(-15, -5, 5, 70), interval=5):
|
||||
# since 2025.05.20 disassemble no longer shows GET_ITEMS
|
||||
success = True
|
||||
continue
|
||||
if self.handle_popup_confirm('DISASSEMBLE'):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user