Skip to content

Commit

Permalink
chore: do not open dev tools in foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Oct 30, 2024
1 parent 36cd30b commit 9a5f5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function initMainWindow({ appMode, services }) {
mainWindow.loadURL('http://localhost:5173/')
mainWindow.webContents.openDevTools({
mode: 'detach',
activate: false,
})
} else {
mainWindow.loadFile(
Expand Down

0 comments on commit 9a5f5c6

Please sign in to comment.