mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
1a924bd0b3
Added Preferences for software notification timer (see 14729) r. samir g.
6 lines
218 B
JavaScript
6 lines
218 B
JavaScript
pref("xpinstall.enabled", true);
|
|
pref("xpinstall.manual_confirm", true);
|
|
|
|
pref("xpinstall.notifications.enabled", true);
|
|
pref("xpinstall.notifications.interval", 1);
|
|
pref("xpinstall.notifications.lastDate", 0); |