1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Opt: Reduce 2x book confirm timer for faster

This commit is contained in:
LmeSzinc
2024-08-23 03:00:16 +08:00
parent 918e700831
commit ffc956d3c7

View File

@@ -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: