mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
moebius#154: Notifications - user settings - the immediate duration of the alert
https://github.com/MoonchildProductions/moebius/pull/154
This commit is contained in:
parent
430c6c62ac
commit
b6d461c817
3 changed files with 10 additions and 3 deletions
|
|
@ -4746,6 +4746,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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue