From c47e2af430f7ba3752547344a32c046062f6a3c1 Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 26 Apr 2017 21:35:10 +0300 Subject: [PATCH] enable automatic style updates every 24h --- prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);