Merge pull request #137 from AppIns/patch-1
Comment out enabling dev tools
This commit is contained in:
commit
1a4fd86f69
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