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