From ffe6fc651f4b63f8ee76e40e9018c2b58cf758d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Sun, 6 Nov 2022 18:10:36 +0800 Subject: [PATCH] chore: comments --- electron/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main/index.ts b/electron/main/index.ts index 2114d75..bab5a59 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -52,7 +52,7 @@ async function createWindow() { }, }) - if (process.env.VITE_DEV_SERVER_URL) { // #298 + if (process.env.VITE_DEV_SERVER_URL) { // electron-vite-vue#298 win.loadURL(url) // Open devTool if the app is not packaged win.webContents.openDevTools()