mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Auto search option handling after retire
This commit is contained in:
@@ -130,8 +130,9 @@ class InfoHandler(ModuleBase):
|
||||
return False
|
||||
|
||||
result = self.handle_popup_confirm('IGNORE_LOW_EMOTION')
|
||||
# Avoid clicking AUTO_SEARCH_MAP_OPTION_OFF
|
||||
self.interval_reset(AUTO_SEARCH_MAP_OPTION_OFF)
|
||||
if result:
|
||||
# Avoid clicking AUTO_SEARCH_MAP_OPTION_OFF
|
||||
self.interval_reset(AUTO_SEARCH_MAP_OPTION_OFF)
|
||||
return result
|
||||
|
||||
def handle_use_data_key(self):
|
||||
|
||||
Reference in New Issue
Block a user