enable automatic style updates every 24h

This commit is contained in:
tophf 2017-04-26 21:35:10 +03:00
parent 896b004ef9
commit c47e2af430

View File

@ -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);