This commit is contained in:
vapormusic 2022-06-05 18:50:07 +07:00
commit b0f65224dd
11 changed files with 1151 additions and 783 deletions

View file

@ -629,7 +629,9 @@ const app = new Vue({
},
async init() {
let self = this
if(!localStorage.getItem("seenOOBE")) {
localStorage.setItem("seenOOBE", 1)
}
if (this.cfg.visual.styles.length != 0) {
await this.reloadStyles()
}