oobe test

This commit is contained in:
booploops 2022-06-04 22:46:29 -07:00
parent d627a182e2
commit 4c1d9cdd5c
8 changed files with 836 additions and 768 deletions

View file

@ -628,7 +628,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()
}