Change favicon option to show by default
This commit is contained in:
parent
67682fa856
commit
44df29613f
|
@ -29,7 +29,7 @@ self.prefs = self.INJECTED === 1 ? self.prefs : (() => {
|
|||
'manage.onlyUsercss.invert': false, // display only non-usercss (standard) styles
|
||||
'manage.export.destination': 'local', // default export destination (local or dropbox)
|
||||
|
||||
'manage.newUI.favicons': false, // show favicons for the sites in applies-to
|
||||
'manage.newUI.favicons': true, // show favicons for the sites in applies-to
|
||||
'manage.newUI.faviconsGray': true, // gray out favicons
|
||||
'manage.newUI.targets': 6, // max number of applies-to targets visible: 0 = none
|
||||
'manage.newUI.sort': 'title,asc',
|
||||
|
|
Loading…
Reference in New Issue
Block a user