Minor fix

master
David Peer 2023-01-30 17:46:46 +01:00
parent 926c8f8afc
commit bad6569d42
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
'< Back': back, '< Back': back,
'Theme': { 'Theme': {
value: 0 | colorOptions.indexOf(settings.color), value: 0 | colorOptions.indexOf(settings.color),
min: 0, max: colorOptions.length, min: 0, max: colorOptions.length-1,
format: v => colorOptions[v], format: v => colorOptions[v],
onchange: v => { onchange: v => {
settings.color = colorOptions[v]; settings.color = colorOptions[v];