From 54dc580b0cd1cc2e83cf7155e4d2e8b54226cb2c Mon Sep 17 00:00:00 2001 From: eight Date: Mon, 31 Dec 2018 18:11:15 +0800 Subject: [PATCH] Change: autoResort=false --- js/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/prefs.js b/js/prefs.js index c53eff30..962a7ecf 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': true, // auto resort styles after toggling + 'popup.autoResort': false, // auto resort styles after toggling 'popup.borders': false, // add white borders on the sides 'popup.findStylesInline': true, // use the inline style search