From 30a780a44e00ecc725cc5114b2d3c7202f15b5ee Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Wed, 2 Jan 2019 23:37:39 -0600 Subject: [PATCH] Show a default of 6 applies to favicons --- js/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/prefs.js b/js/prefs.js index 4f1f6f12..da65e37c 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -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.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', 'editor.options': {}, // CodeMirror.defaults.*