disabled themes, replaced with styles
This commit is contained in:
parent
deae018a9e
commit
019886ecb0
8 changed files with 77 additions and 54 deletions
|
@ -596,9 +596,7 @@ const app = new Vue({
|
|||
},
|
||||
async init() {
|
||||
let self = this
|
||||
if (this.cfg.visual.theme != "default.less" && this.cfg.visual.theme != "") {
|
||||
this.setTheme(this.cfg.visual.theme)
|
||||
}
|
||||
|
||||
if (this.cfg.visual.styles.length != 0) {
|
||||
await this.reloadStyles()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue