mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Opt: Add missing name of handle_popup_confirm() calls
This commit is contained in:
@@ -242,7 +242,7 @@ class StorageHandler(StorageUI):
|
||||
continue
|
||||
if self.appear_then_click(DISASSEMBLE_POPUP_CONFIRM, offset=(-15, -5, 5, 70), interval=5):
|
||||
continue
|
||||
if self.handle_popup_confirm():
|
||||
if self.handle_popup_confirm('DISASSEMBLE'):
|
||||
continue
|
||||
if self.appear(GET_ITEMS_1, offset=(5, 5), interval=3):
|
||||
self.device.click(DISASSEMBLE_CONFIRM)
|
||||
|
||||
Reference in New Issue
Block a user