We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29a5ca commit 6f27985Copy full SHA for 6f27985
apps/stage-tamagotchi/src/main/windows/main/index.ts
@@ -50,7 +50,7 @@ export async function setupMainWindow(params: {
50
// NOTICE: in development mode, open devtools by default
51
if (is.dev) {
52
try {
53
- window.webContents.openDevTools()
+ window.webContents.openDevTools({ mode: 'detach' })
54
}
55
catch (err) {
56
console.error('failed to open devtools:', err)
0 commit comments