summaryrefslogtreecommitdiffstats
path: root/modules/libpref/init/all.js
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-12 17:13:48 -0400
committerGitHub <noreply@github.com>2018-04-12 17:13:48 -0400
commit47354a0f29913df58a6c50fa8b34b1e817a368af (patch)
tree74f84dcfa34e534b331ebac354265f06ea5ff921 /modules/libpref/init/all.js
parent62ca5cf04a400282f896e1213c850dbe7a437e3b (diff)
parent1170e81edd38ec530d09fd6a3e76936657ff52ce (diff)
downloadUXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar
UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar.gz
UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar.lz
UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.tar.xz
UXP-47354a0f29913df58a6c50fa8b34b1e817a368af.zip
Merge pull request #132 from janekptacijarabaci/notifications_settings_1
moebius#154: Notifications - user settings - the immediate duration of the alert
Diffstat (limited to 'modules/libpref/init/all.js')
-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);