Bugfixes
This commit is contained in:
parent
d69b0051e1
commit
4aca178f85
2 changed files with 4 additions and 4 deletions
|
|
@ -182,9 +182,9 @@ def disable_chrome_notifications():
|
||||||
|
|
||||||
# Set notifications blocks
|
# Set notifications blocks
|
||||||
defaults_key = 'default_content_setting_values'
|
defaults_key = 'default_content_setting_values'
|
||||||
if defaults_key not in pref_data['profiles']:
|
if defaults_key not in pref_data['profile']:
|
||||||
pref_data['profiles'][defaults_key] = {}
|
pref_data['profile'][defaults_key] = {}
|
||||||
pref_data['profiles'][defaults_key]['notifications'] = 2
|
pref_data['profile'][defaults_key]['notifications'] = 2
|
||||||
|
|
||||||
# Write new preferences
|
# Write new preferences
|
||||||
with open(pref_file, 'w') as f:
|
with open(pref_file, 'w') as f:
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ NINITE_SOURCES = {
|
||||||
'base7.exe': '.net4.8-7zip-vlc',
|
'base7.exe': '.net4.8-7zip-vlc',
|
||||||
'base-standard.exe': '.net4.8-7zip-chrome-classicstart-firefox-sumatrapdf-vlc',
|
'base-standard.exe': '.net4.8-7zip-chrome-classicstart-firefox-sumatrapdf-vlc',
|
||||||
'base-standard7.exe': '.net4.8-7zip-chrome-firefox-sumatrapdf-vlc',
|
'base-standard7.exe': '.net4.8-7zip-chrome-firefox-sumatrapdf-vlc',
|
||||||
'standard.exe': 'chrome-classicstart-firefox-sumatrapdf',
|
'standard.exe': 'chrome-firefox-sumatrapdf',
|
||||||
'standard7.exe': 'chrome-firefox-sumatrapdf',
|
'standard7.exe': 'chrome-firefox-sumatrapdf',
|
||||||
},
|
},
|
||||||
'Audio-Video': {
|
'Audio-Video': {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue