fixed settings error
parent
d49ab01cb5
commit
8268c78125
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
},
|
||||
'Color Text': {
|
||||
value: settings[colortext],
|
||||
value: settings.colortext,
|
||||
format: v => v?"Text":"Background",
|
||||
onchange: v => {
|
||||
settings.colortext = v;
|
||||
|
|
|
|||
Loading…
Reference in New Issue