mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +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:
commit
8f6748d0dd
@ -13,7 +13,7 @@ fleet_lock.add_status('off', check_button=FLEET_UNLOCKED)
|
||||
auto_search = Switch('Auto_Search', offset=(20, 20))
|
||||
auto_search.add_status('on', check_button=AUTO_SEARCH_ON)
|
||||
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('off', check_button=BOOK_OFF_PREP)
|
||||
book_auto = Switch('2x Book Auto')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user