1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-15 02:49:26 +08:00

Merge branch 'LmeSzinc:master' into master

This commit is contained in:
Zuosizhu
2023-03-09 00:54:24 +08:00
committed by GitHub
4 changed files with 23 additions and 8 deletions

View File

@@ -300,8 +300,11 @@ class FastForwardHandler(AutoSearchHandler):
if self.appear(AUTO_SEARCH_MENU_CONTINUE, offset=self._auto_search_menu_offset, interval=2):
self.map_is_2x_book = self.config.Campaign_Use2xBook
self.handle_2x_book_setting(mode='auto')
self.device.click(AUTO_SEARCH_MENU_CONTINUE)
self.interval_reset(AUTO_SEARCH_MENU_CONTINUE)
if self.appear_then_click(AUTO_SEARCH_MENU_CONTINUE, offset=self._auto_search_menu_offset):
self.interval_reset(AUTO_SEARCH_MENU_CONTINUE)
else:
# AUTO_SEARCH_MENU_CONTINUE disappeared after handle_2x_book_setting()
pass
return True
return False