Index: lib/prefs.js |
=================================================================== |
--- a/lib/prefs.js |
+++ b/lib/prefs.js |
@@ -34,7 +34,9 @@ |
documentation_link: "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%", |
notificationdata: {}, |
notificationurl: "https://notification.adblockplus.org/notification.json", |
- stats_total: {} |
+ stats_total: {}, |
+ show_statsinicon: true, |
+ show_statsinpopup: true |
}; |
let listeners = []; |