diff --git a/ElectronNET.Host/main.js b/ElectronNET.Host/main.js index 2045e43..fc469c1 100644 --- a/ElectronNET.Host/main.js +++ b/ElectronNET.Host/main.js @@ -70,10 +70,10 @@ app.on('window-all-closed', () => { } }); -app.on('activate', () => { +//app.on('activate', () => { // On macOS it's common to re-create a window in the app when the // dock icon is clicked and there are no other windows open. - if (win === null) { - createWindow(); - } -}); \ No newline at end of file +// if (win === null) { +// createWindow(); +// } +//}); \ No newline at end of file