diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-12 17:13:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 17:13:48 -0400 |
commit | 47354a0f29913df58a6c50fa8b34b1e817a368af (patch) | |
tree | 74f84dcfa34e534b331ebac354265f06ea5ff921 /modules/libpref/init/all.js | |
parent | 62ca5cf04a400282f896e1213c850dbe7a437e3b (diff) | |
parent | 1170e81edd38ec530d09fd6a3e76936657ff52ce (diff) | |
download | UXP-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.js | 2 |
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); |