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