summaryrefslogtreecommitdiffstats
path: root/modules/libpref
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-12 20:23:00 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-12 20:23:00 +0200
commit1170e81edd38ec530d09fd6a3e76936657ff52ce (patch)
tree49bd415233ff56646bbfbe989bfc2a1f7ba81f12 /modules/libpref
parent4c2e77404f43040ce7a9f0d9052448b3f23a8c28 (diff)
downloadUXP-1170e81edd38ec530d09fd6a3e76936657ff52ce.tar
UXP-1170e81edd38ec530d09fd6a3e76936657ff52ce.tar.gz
UXP-1170e81edd38ec530d09fd6a3e76936657ff52ce.tar.lz
UXP-1170e81edd38ec530d09fd6a3e76936657ff52ce.tar.xz
UXP-1170e81edd38ec530d09fd6a3e76936657ff52ce.zip
moebius#154: Notifications - user settings - the immediate duration of the alert
https://github.com/MoonchildProductions/moebius/pull/154
Diffstat (limited to 'modules/libpref')
-rw-r--r--modules/libpref/init/all.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 110f4384f..59f8de9ac 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4738,6 +4738,8 @@ pref("dom.webnotifications.requireinteraction.enabled", false);
// Alert animation effect, name is disableSlidingEffect for backwards-compat.
pref("alerts.disableSlidingEffect", false);
+// The immediate duration of the alert, in milliseconds.
+pref("alerts.durationImmediate", 20000);
// Show favicons in web notifications.
pref("alerts.showFavicons", false);