Show a default of 6 applies to favicons

This commit is contained in:
Rob Garrison 2019-01-02 23:37:39 -06:00
parent e9510c01b7
commit 30a780a44e

View File

@ -31,7 +31,7 @@ self.prefs = self.INJECTED === 1 ? self.prefs : (() => {
'manage.newUI.favicons': false, // show favicons for the sites in applies-to 'manage.newUI.favicons': false, // show favicons for the sites in applies-to
'manage.newUI.faviconsGray': true, // gray out favicons 'manage.newUI.faviconsGray': true, // gray out favicons
'manage.newUI.targets': 3, // max number of applies-to targets visible: 0 = none 'manage.newUI.targets': 6, // max number of applies-to targets visible: 0 = none
'manage.newUI.sort': 'title,asc', 'manage.newUI.sort': 'title,asc',
'editor.options': {}, // CodeMirror.defaults.* 'editor.options': {}, // CodeMirror.defaults.*