Update pebble.settings.js
parent
e3db453b44
commit
62b3336e6a
|
|
@ -33,7 +33,8 @@
|
||||||
s.color = color_options[v];
|
s.color = color_options[v];
|
||||||
s.bg = bg_code[v];
|
s.bg = bg_code[v];
|
||||||
save();
|
save();
|
||||||
},
|
}
|
||||||
|
},
|
||||||
'Theme': {
|
'Theme': {
|
||||||
value: 0 | theme_options.indexOf(s.theme),
|
value: 0 | theme_options.indexOf(s.theme),
|
||||||
min: 0, max: theme_options.length - 1,
|
min: 0, max: theme_options.length - 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue