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": "",
|
||||
|
@ -3520,4 +3520,4 @@ async function webGPU() {
|
|||
webGPU().then()
|
||||
|
||||
let screenWidth = screen.width;
|
||||
let screenHeight = screen.height;
|
||||
let screenHeight = screen.height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue