mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Added: added toast notifications support to windows 10
This commit is contained in:
@@ -134,6 +134,9 @@ def main(ini_name=''):
|
||||
|
||||
# 选择关卡
|
||||
stage = setting_parser.add_argument_group('Level settings', 'Need to Press start to save your settings.', gooey_options={'label_color': '#931D03'})
|
||||
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_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'})
|
||||
|
||||
Reference in New Issue
Block a user