pull/2099/head
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": {
value: settings.end,
min: 1,
max: 24,
min: 0,
max: 23,
format: (v) => v,
onchange: (v) => {
settings.end = v;