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