load hide user info settings from cfg

This commit is contained in:
Onur Gümüş 2022-01-19 23:41:12 +03:00
parent d1e6ba2ebc
commit 9b7cc4d028

View file

@ -479,6 +479,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")