fixed settings error

master
Stuff-etc 2024-03-22 06:41:45 +01:00
parent d49ab01cb5
commit 8268c78125
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
} }
}, },
'Color Text': { 'Color Text': {
value: settings[colortext], value: settings.colortext,
format: v => v?"Text":"Background", format: v => v?"Text":"Background",
onchange: v => { onchange: v => {
settings.colortext = v; settings.colortext = v;