mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-18 11:27:19 +08:00
Fix: Remove offset for AUTO_*_BOOK
This commit is contained in:
@@ -16,7 +16,7 @@ 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', offset=(20, 20))
|
||||||
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', offset=(20, 20))
|
book_auto = Switch('2x Book Auto')
|
||||||
book_auto.add_status('on', check_button=BOOK_ON_AUTO)
|
book_auto.add_status('on', check_button=BOOK_ON_AUTO)
|
||||||
book_auto.add_status('off', check_button=BOOK_OFF_AUTO)
|
book_auto.add_status('off', check_button=BOOK_OFF_AUTO)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user