1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Fix: Remove offset for AUTO_*_BOOK

This commit is contained in:
nEEtdo0d
2021-05-29 17:31:12 -04:00
parent 8bd759ebad
commit 770292758b

View File

@@ -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.add_status('on', check_button=BOOK_ON_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('off', check_button=BOOK_OFF_AUTO)