mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 805844: Support update interval configuration via settings in B2G. r=fabrice
--HG-- extra : rebase_source : a235fab66edcbf656212a3010af970989b4fc286
This commit is contained in:
parent
1cbfb3aa6c
commit
e691e2ba6c
@ -229,3 +229,7 @@ SettingsListener.observe('app.reportCrashes', 'ask', function(value) {
|
||||
}
|
||||
});
|
||||
|
||||
// ================ Updates ================
|
||||
SettingsListener.observe('app.update.interval', 86400, function(value) {
|
||||
Services.prefs.setIntPref('app.update.interval', value);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user