chore: remove webContents.openDevTools()

This commit is contained in:
草鞋没号 2022-04-24 19:02:57 +08:00 committed by GitHub
parent c7f6928a06
commit 685661f198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ async function createWindow() {
const url = `http://${process.env['VITE_DEV_SERVER_HOST']}:${process.env['VITE_DEV_SERVER_PORT']}`
win.loadURL(url)
win.webContents.openDevTools()
// win.webContents.openDevTools()
}
// Test active push message to Renderer-process