mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Del: Delete stop condition because didn't use
This commit is contained in:
@@ -137,7 +137,7 @@ def main(ini_name=''):
|
||||
stage.add_argument('--enable_notifications', default=default('--enable_notifications'), choices=['yes', 'no'],
|
||||
help='If enabled will send toast notifications, Windows 10 Only.',
|
||||
gooey_options={'label_color': '#4B5F83'})
|
||||
stage.add_argument('--enable_stop_condition', default=default('--enable_stop_condition'), choices=['yes', 'no'], help='If enabled will start reward loop when triggered any filter below', gooey_options={'label_color': '#4B5F83'})
|
||||
# stage.add_argument('--enable_stop_condition', default=default('--enable_stop_condition'), choices=['yes', 'no'], help='If enabled will start reward loop when triggered any filter below', gooey_options={'label_color': '#4B5F83'})
|
||||
stage.add_argument('--enable_exception', default=default('--enable_exception'), choices=['yes', 'no'], help='Enable or disable some exceptions, ALAS will withdraw from the map when it occurs instead of stopping', gooey_options={'label_color': '#4B5F83'})
|
||||
stage.add_argument('--enable_fast_forward', default=default('--enable_fast_forward'), choices=['yes', 'no'], help='Enable or disable clearing mode', gooey_options={'label_color': '#4B5F83'})
|
||||
stage.add_argument('--enable_2x_book', default=default('--enable_2x_book'), choices=['yes', 'no'], help='Enable or disable 2x book (spends 2x oil/emotion for 2x item drops)', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
Reference in New Issue
Block a user