diff --git a/prefs.js b/prefs.js index 502a9d2e..f6e9cf65 100644 --- a/prefs.js +++ b/prefs.js @@ -49,7 +49,7 @@ var prefs = new function Prefs() { 'popupWidth': 246, // popup width in pixels - 'updateInterval': 0 // user-style automatic update interval, hour + 'updateInterval': 24, // user-style automatic update interval, hours (0 = disable) }; const values = deepCopy(defaults);