Update index.js
This commit is contained in:
parent
1545cf5653
commit
601ba1e1c3
1 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ const app = new Vue({
|
|||
tmpVar: [],
|
||||
notification: false,
|
||||
chrome: {
|
||||
hideUserInfo: false,
|
||||
hideUserInfo: ipcRenderer.sendSync("is-dev") || false,
|
||||
artworkReady: false,
|
||||
userinfo: {
|
||||
"id": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue