mirror of https://github.com/espruino/BangleApps
optimized settings
parent
8268c78125
commit
697a648a9d
|
@ -33,11 +33,12 @@
|
|||
writeSettings();
|
||||
}
|
||||
},
|
||||
'Color Text': {
|
||||
'Color': {
|
||||
value: settings.colortext,
|
||||
format: v => v?"Text":"Background",
|
||||
format: v => v?"Text":"Backg",
|
||||
onchange: v => {
|
||||
settings.colortext = v;
|
||||
console.log("Color",v);
|
||||
writeSettings();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue