mirror of https://github.com/espruino/BangleApps
Update settings.js
parent
44e9662d96
commit
e94813a4f8
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue