mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 13:59:02 +08:00
Fix: filter_set_execute on slow PCs
This commit is contained in:
parent
45f1421083
commit
f6848817b5
@ -124,6 +124,7 @@ class Dock(Equipment):
|
||||
if enable and not active:
|
||||
self.device.click(button)
|
||||
change_count += 1
|
||||
self.device.sleep((0.1, 0.2))
|
||||
|
||||
# End
|
||||
if change_count == 0:
|
||||
|
||||
@ -173,6 +173,7 @@ class StorageUI(UI):
|
||||
if enable and not active:
|
||||
self.device.click(button)
|
||||
change_count += 1
|
||||
self.device.sleep((0.1, 0.2))
|
||||
|
||||
# End
|
||||
if change_count == 0:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user