load hide user info settings from cfg

if no developer mode ofc..
This commit is contained in:
Onur Gümüş 2022-01-20 04:44:18 +03:00
parent 86b86ddd19
commit 64914fb3e5

View file

@ -496,6 +496,9 @@ const app = new Vue({
this.$forceUpdate()
if (this.isDev) {
this.mk.privateEnabled = true
} else {
// Get Hide User from Settings
this.chrome.hideUserInfo = !this.cfg.visual.showuserinfo
}
if (this.cfg.visual.hw_acceleration == "disabled") {
document.body.classList.add("no-gpu")