master
aaronrolls 2022-08-24 09:38:26 +00:00
parent 6689c9adce
commit c4f6ccd4d1
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@
}, },
"End Hour": { "End Hour": {
value: settings.end, value: settings.end,
min: 1, min: 0,
max: 24, max: 23,
format: (v) => v, format: (v) => v,
onchange: (v) => { onchange: (v) => {
settings.end = v; settings.end = v;