1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00

Upd: [EN] AUTO_SEARCH_ON AUTO_SEARCH_OFF

This commit is contained in:
LmeSzinc
2025-09-13 03:08:31 +08:00
parent 69e99e6692
commit 88fc235a24
4 changed files with 4 additions and 0 deletions

View File

@@ -18,9 +18,11 @@ AUTO_SEARCH = Switch('Auto_Search', offset=(60, 20))
AUTO_SEARCH.add_state('on', check_button=AUTO_SEARCH_ON)
AUTO_SEARCH.add_state('on', check_button=AUTO_SEARCH_ON2)
AUTO_SEARCH.add_state('on', check_button=AUTO_SEARCH_ON3)
AUTO_SEARCH.add_state('on', check_button=AUTO_SEARCH_ON4)
AUTO_SEARCH.add_state('off', check_button=AUTO_SEARCH_OFF)
AUTO_SEARCH.add_state('off', check_button=AUTO_SEARCH_OFF2)
AUTO_SEARCH.add_state('off', check_button=AUTO_SEARCH_OFF3)
AUTO_SEARCH.add_state('off', check_button=AUTO_SEARCH_OFF4)
def map_files(event):