mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Fix: fix unexpected behavior in argparser.py
This commit is contained in:
@@ -314,7 +314,7 @@ def main(ini_name=''):
|
||||
help='', gooey_options={'label_color': '#4B5F83'})
|
||||
emulator.add_argument('--package_name', default='com.YoStarJP.AzurLane', help='', gooey_options={'label_color': '#4B5F83'})
|
||||
emulator.add_argument(
|
||||
'--default_serial',
|
||||
'default_serial_list',
|
||||
default=message,
|
||||
widget='Textarea',
|
||||
help="Some default SERIAL for most popular emulators, Only base values and may change according to the version you use",
|
||||
|
||||
Reference in New Issue
Block a user