mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 13:18:01 +08:00
Opt: Reduce 2x book confirm timer for faster
This commit is contained in:
@@ -407,7 +407,7 @@ class FastForwardHandler(AutoSearchHandler):
|
|||||||
or 2x book setting is absent
|
or 2x book setting is absent
|
||||||
|
|
||||||
"""
|
"""
|
||||||
confirm_timer = Timer(1).start()
|
confirm_timer = Timer(0.3, count=1).start()
|
||||||
clicked_threshold = 0
|
clicked_threshold = 0
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
|
|||||||
Reference in New Issue
Block a user