mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:07:59 +08:00
Fix: Use STORAGE_CHECK in _equipment_filter_enter()
because EQUIPMENT_FILTER might in yellow or blue
This commit is contained in:
parent
46fabf9851
commit
60ced6705e
@ -149,7 +149,8 @@ class StorageUI(UI):
|
||||
|
||||
def _equipment_filter_enter(self):
|
||||
self.interval_clear(EQUIPMENT_FILTER)
|
||||
self.ui_click(EQUIPMENT_FILTER, check_button=EQUIPMENT_FILTER_CONFIRM, skip_first_screenshot=True)
|
||||
self.ui_click(EQUIPMENT_FILTER, appear_button=STORAGE_CHECK, check_button=EQUIPMENT_FILTER_CONFIRM,
|
||||
skip_first_screenshot=True)
|
||||
|
||||
def _equipment_filter_confirm(self):
|
||||
self.interval_clear(EQUIPMENT_FILTER_CONFIRM)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user