change automatic update interval to zero

This commit is contained in:
Jeremy Schomery 2017-02-23 10:14:52 +03:30
parent a49a4a9b92
commit 6738095f24

View File

@ -352,7 +352,7 @@ var prefs = chrome.extension.getBackgroundPage().prefs || new function Prefs() {
"badgeDisabled": "#8B0000", // badge background color when disabled "badgeDisabled": "#8B0000", // badge background color when disabled
"badgeNormal": "#006666", // badge background color "badgeNormal": "#006666", // badge background color
"updateInterval": 12 // user-style automatic update interval, hour "updateInterval": 0 // user-style automatic update interval, hour
}; };
var values = deepCopy(defaults); var values = deepCopy(defaults);