Turn on the dev tools briefly
This commit is contained in:
parent
fd2242aa40
commit
ba31b905e6
4
main.js
4
main.js
|
@ -19,7 +19,7 @@ function createWindow () {
|
|||
win.loadFile('index.html')
|
||||
|
||||
// Open the DevTools.
|
||||
//win.webContents.openDevTools()
|
||||
win.webContents.openDevTools()
|
||||
|
||||
// Emitted when the window is closed.
|
||||
win.on('closed', () => {
|
||||
|
@ -159,4 +159,4 @@ ipcMain.on('uploadFW', (e, args) => {
|
|||
});
|
||||
|
||||
// In this file you can include the rest of your app's specific main process
|
||||
// code. You can also put them in separate files and require them here.
|
||||
// code. You can also put them in separate files and require them here.
|
||||
|
|
Loading…
Reference in New Issue