We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6ec1f commit e565969Copy full SHA for e565969
index.js
@@ -86,7 +86,7 @@ function createWindow() {
86
height: height,
87
webPreferences: {
88
nodeIntegration: false,
89
- devTools: !app.isPackaged,
+ devTools: false,
90
sandbox: true
91
}
92
})
0 commit comments