|
|
@ -22,7 +22,7 @@ function createWindow() { |
|
|
|
}) |
|
|
|
mainWindow.on('ready-to-show', () => { |
|
|
|
mainWindow.show() |
|
|
|
mainWindow.webContents.openDevTools() |
|
|
|
// mainWindow.webContents.openDevTools()
|
|
|
|
}) |
|
|
|
mainWindow.webContents.setWindowOpenHandler((details) => { |
|
|
|
shell.openExternal(details.url) |
|
|
|