Skip to content

Commit

Permalink
triage(): nativeWindowOpen: false
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Dec 1, 2024
1 parent 1d73617 commit 5b02c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function createMainWindow() {
contextIsolation: false,
enableRemoteModule: true,
nodeIntegration: true,
nativeWindowOpen: true
nativeWindowOpen: false
}
})

Expand Down Expand Up @@ -148,7 +148,7 @@ function createBackgroundWindows() {
contextIsolation: false,
enableRemoteModule: true,
nodeIntegration: true,
nativeWindowOpen: true
nativeWindowOpen: false
}
});

Expand Down

0 comments on commit 5b02c48

Please sign in to comment.