1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-03 10:54:55 +12:00

fix #938: show badge by default for new users

This commit is contained in:
Raymond Hill 2018-02-01 08:26:30 -05:00
parent ebfe08e0a2
commit 82ed807bd2
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

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