forked from AkkomaGang/akkoma-fe
properly clear theme
This commit is contained in:
parent
73dd7209dd
commit
0fd78e99f5
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ export default {
|
||||||
|
|
||||||
if (!this.keepColor) {
|
if (!this.keepColor) {
|
||||||
this.clearV1()
|
this.clearV1()
|
||||||
const keys = new Set(version !== 1 ? Object.keys(colors) : [])
|
const keys = new Set(version !== 1 ? Object.keys(SLOT_INHERITANCE) : [])
|
||||||
if (version === 1 || version === 'l1') {
|
if (version === 1 || version === 'l1') {
|
||||||
keys
|
keys
|
||||||
.add('bg')
|
.add('bg')
|
||||||
|
|
Loading…
Reference in a new issue