fixed settings error
parent
d49ab01cb5
commit
8268c78125
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue