1
0
Fork 0

Update settings.js

master
Ronin0000 2022-02-02 16:18:55 -08:00 committed by GitHub
parent e94813a4f8
commit 76d932ea41
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: 8,
min: 0, max: 7,
format: v => color_options[v],
onchange: v => {
s.color = color_options[v];