added less.watch() while in dev

This commit is contained in:
booploops 2022-02-02 20:19:57 -08:00
parent a4aae08034
commit c3b392abce

View file

@ -599,6 +599,7 @@ const app = new Vue({
})
this.$forceUpdate()
if (this.isDev) {
less.watch() // automatically reload the styles when they change
this.mk.privateEnabled = true
// Hide UserInfo if Dev mode
} else {