added setWindowHash, reverted vis changes

This commit is contained in:
booploops 2022-06-10 06:15:24 -07:00
parent 2d5a7809ac
commit ab37a837ce
4 changed files with 10 additions and 5 deletions

View file

@ -274,6 +274,9 @@ const app = new Vue({
}, false)
},
methods: {
setWindowHash(route = "") {
window.location.hash = `#${route}`;
},
async oobeInit() {
this.appMode = "oobe"
this.setLz(this.cfg.general.language)