Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/prefs.js

Issue 5911246494760960: Issue 2640 - Added missing notifications_ignoredcategories preference (Closed)
Patch Set: Created June 4, 2015, 9:06 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
*/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld