1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 05:47:23 +08:00

Merge pull request #487 from nEEtdo0d/quick

Fix: 2x book enable in fleet prep mode, likewise done in auto mode
This commit is contained in:
LmeSzinc
2021-06-15 09:14:02 +08:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ fleet_lock.add_status('off', check_button=FLEET_UNLOCKED)
auto_search = Switch('Auto_Search', offset=(20, 20)) auto_search = Switch('Auto_Search', offset=(20, 20))
auto_search.add_status('on', check_button=AUTO_SEARCH_ON) auto_search.add_status('on', check_button=AUTO_SEARCH_ON)
auto_search.add_status('off', check_button=AUTO_SEARCH_OFF) auto_search.add_status('off', check_button=AUTO_SEARCH_OFF)
book_prep = Switch('2x Book Prep', offset=(20, 20)) book_prep = Switch('2x Book Prep')
book_prep.add_status('on', check_button=BOOK_ON_PREP) book_prep.add_status('on', check_button=BOOK_ON_PREP)
book_prep.add_status('off', check_button=BOOK_OFF_PREP) book_prep.add_status('off', check_button=BOOK_OFF_PREP)
book_auto = Switch('2x Book Auto') book_auto = Switch('2x Book Auto')