enable automatic style updates every 24h
This commit is contained in:
parent
896b004ef9
commit
c47e2af430
2
prefs.js
2
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user