optimized settings

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