From dfe47f3ca6b91bf3661242092b0762a6152a1b77 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Wed, 26 Dec 2018 22:43:45 -0600 Subject: [PATCH] Switch autoResort to true by default --- js/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/prefs.js b/js/prefs.js index 962a7ecf..c53eff30 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -18,7 +18,7 @@ const prefs = (() => { 'popup.breadcrumbs.usePath': false, // use URL path for 'this URL' 'popup.enabledFirst': true, // display enabled styles before disabled styles 'popup.stylesFirst': true, // display enabled styles before disabled styles - 'popup.autoResort': false, // auto resort styles after toggling + 'popup.autoResort': true, // auto resort styles after toggling 'popup.borders': false, // add white borders on the sides 'popup.findStylesInline': true, // use the inline style search