optimized settings

pull/3285/head
Stuff-etc 2024-03-22 06:48:23 +01:00
parent 8268c78125
commit 697a648a9d
1 changed files with 3 additions and 2 deletions

View File

@ -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();
}
},