mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Fix: [TW] fixed wrong dropdown YES/NO options
This commit is contained in:
@@ -305,7 +305,7 @@ def main(ini_name=''):
|
||||
reward_buy.add_argument('--買指揮喵', default=default('--買指揮喵'), help='從0到15, 不需要就填0', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
reward_data_key = reward_parser.add_argument_group('Data Key', 'If already collected, skip', gooey_options={'label_color': '#931D03'})
|
||||
reward_data_key.add_argument('--enable_data_key_collect', default=default('--enable_data_key_collect'), help='Enable collection of data key in war archives.', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
reward_data_key.add_argument('--enable_data_key_collect', default=default('--enable_data_key_collect'), help='Enable collection of data key in war archives.', choices=['是', '否'], gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========設備設定==========
|
||||
emulator_parser = subs.add_parser('設備設定')
|
||||
|
||||
Reference in New Issue
Block a user