From 3242be16fcd33d03468999321476ecfbebf5f71e Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 16 Feb 2022 21:50:22 +0300 Subject: [PATCH] set default iconset to auto --- js/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/prefs.js b/js/prefs.js index e456896f..e47e827b 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -120,7 +120,7 @@ 'sync.enabled': 'none', - 'iconset': 0, // 0 = dark-themed icon + 'iconset': -1, // 0 = dark-themed icon // 1 = light-themed icon // -1 = match dark/light mode 'badgeDisabled': '#8B0000', // badge background color when disabled