Update pebble.settings.js
parent
e3db453b44
commit
62b3336e6a
|
|
@ -33,6 +33,7 @@
|
||||||
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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue