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