This commit is contained in:
Robert Muehsig
2017-10-11 23:18:55 +02:00
parent 30480b721a
commit cd73d1464e

View File

@@ -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();
}
});
// if (win === null) {
// createWindow();
// }
//});