Skip to content

Commit

Permalink
Opt: Reduce 2x book confirm timer for faster
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Aug 22, 2024
1 parent 918e700 commit ffc956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/handler/fast_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def _set_2x_book_status(self, status, check_button, box_button, skip_first_scree
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:
Expand Down

0 comments on commit ffc956d

Please sign in to comment.