Index: lib/prefs.js |
=================================================================== |
--- a/lib/prefs.js |
+++ b/lib/prefs.js |
@@ -143,6 +143,13 @@ |
defaults.suppress_first_run_page = false; |
/** |
+ * Notification categories to be ignored. |
+ * |
+ * @type {string[]} |
+ */ |
+defaults.notifications_ignoredcategories = []; |
Thomas Greiner
2015/06/04 21:44:31
#2192 also introduced the "notifications_showui" b
Sebastian Noack
2015/06/04 21:46:30
Argh, I just pushed the change this very moment. B
|
+ |
+/** |
* @namespace |
* @static |
*/ |