load hide user info settings from cfg
if no developer mode ofc..
This commit is contained in:
parent
86b86ddd19
commit
64914fb3e5
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue