Browse Source

fix #938: show badge by default for new users

pull/2/head
Raymond Hill 7 years ago
parent
commit
82ed807bd2
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 2
      src/js/background.js

2
src/js/background.js

@ -179,7 +179,7 @@ return {
displayTextSize: '14px',
externalHostsFiles: [],
externalRecipeFiles: [],
iconBadgeEnabled: false,
iconBadgeEnabled: true,
maxLoggedRequests: 1000,
noTooltips: false,
popupCollapseAllDomains: false,

Loading…
Cancel
Save