Update index.js

This commit is contained in:
vapormusic 2022-01-20 09:17:21 +07:00 committed by GitHub
parent 1545cf5653
commit 601ba1e1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ const app = new Vue({
tmpVar: [], tmpVar: [],
notification: false, notification: false,
chrome: { chrome: {
hideUserInfo: false, hideUserInfo: ipcRenderer.sendSync("is-dev") || false,
artworkReady: false, artworkReady: false,
userinfo: { userinfo: {
"id": "", "id": "",
@ -3520,4 +3520,4 @@ async function webGPU() {
webGPU().then() webGPU().then()
let screenWidth = screen.width; let screenWidth = screen.width;
let screenHeight = screen.height; let screenHeight = screen.height;