Fix formatting when installing adblock
This commit is contained in:
parent
4985df805d
commit
f5f6e71516
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ SETUP_ACTIONS = OrderedDict({
|
|||
|
||||
# Configure software'
|
||||
'Configuring Programs': {'Info': True},
|
||||
'Browser add-ons': {'New': True, 'Fab': True, 'Cur': True, 'HW': False, 'Function': install_adblock,
|
||||
'Pause': 'Please enable uBlock Origin for all browsers',
|
||||
'Browser add-ons': {'New': True, 'Fab': True, 'Cur': True, 'HW': False, 'Function': install_adblock, 'Just run': True,
|
||||
'KWArgs': {'cs': 'Started'}, 'Pause': 'Please enable uBlock Origin for all browsers',
|
||||
},
|
||||
'Classic Start': {'New': True, 'Fab': True, 'Cur': False, 'HW': False, 'Function': config_classicstart, 'Win10 only': True,},
|
||||
'Explorer (user)': {'New': True, 'Fab': True, 'Cur': True, 'HW': False, 'Function': config_explorer_user, 'Win10 only': True,},
|
||||
|
|
|
|||
Loading…
Reference in a new issue