load hide user info settings from cfg
This commit is contained in:
parent
d1e6ba2ebc
commit
9b7cc4d028
1 changed files with 3 additions and 0 deletions
|
@ -479,6 +479,9 @@ const app = new Vue({
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
if (this.isDev) {
|
if (this.isDev) {
|
||||||
this.mk.privateEnabled = true
|
this.mk.privateEnabled = true
|
||||||
|
} else {
|
||||||
|
// Get Hide User from Settings
|
||||||
|
this.chrome.hideUserInfo = !this.cfg.visual.showuserinfo
|
||||||
}
|
}
|
||||||
if (this.cfg.visual.hw_acceleration == "disabled") {
|
if (this.cfg.visual.hw_acceleration == "disabled") {
|
||||||
document.body.classList.add("no-gpu")
|
document.body.classList.add("no-gpu")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue