Minor fix

pull/2545/head
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,
'Theme': {
value: 0 | colorOptions.indexOf(settings.color),
min: 0, max: colorOptions.length,
min: 0, max: colorOptions.length-1,
format: v => colorOptions[v],
onchange: v => {
settings.color = colorOptions[v];