Update settings.js

pull/1385/head
Ronin0000 2022-02-02 16:14:56 -08:00 committed by GitHub
parent 44e9662d96
commit e94813a4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
'< Back': back,
'Colour': {
value: 0 | color_options.indexOf(s.color),
min: 0, max: 5,
min: 0, max: 8,
format: v => color_options[v],
onchange: v => {
s.color = color_options[v];