From 82ed807bd2182b268324aa5e4d8c94dc2241cdcc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 1 Feb 2018 08:26:30 -0500 Subject: [PATCH] fix #938: show badge by default for new users --- src/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/background.js b/src/js/background.js index 97794b5..8825702 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -179,7 +179,7 @@ return { displayTextSize: '14px', externalHostsFiles: [], externalRecipeFiles: [], - iconBadgeEnabled: false, + iconBadgeEnabled: true, maxLoggedRequests: 1000, noTooltips: false, popupCollapseAllDomains: false,