Comment out enabling dev tools
I feel like people should know how to do this but I have personally seen people getting confused as to why the developer tools show up. This would make it so you are not required to even touch this file
This commit is contained in:
parent
f8ae670ce8
commit
07200177f5
2
main.js
2
main.js
|
@ -23,7 +23,7 @@ function createWindow () {
|
||||||
}))
|
}))
|
||||||
|
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
mainWindow.webContents.openDevTools()
|
// mainWindow.webContents.openDevTools()
|
||||||
|
|
||||||
// Emitted when the window is closed.
|
// Emitted when the window is closed.
|
||||||
mainWindow.on('closed', function () {
|
mainWindow.on('closed', function () {
|
||||||
|
|
Loading…
Reference in New Issue