mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 15:49:25 +08:00
Fix: 2x book enable in fleet prep mode, likewise done in auto mode
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user