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()
|
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