Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ function createWindow () {
app.on('window-all-closed', () => {
// On macOS it is common for applications and their menu bar
// to stay active until the user quits explicitly with Cmd + Q
/*if (process.platform !== 'darwin') {
if (process.platform !== 'darwin') {
app.quit();
}*/
}
});

app.on('activate', () => {
Expand All @@ -88,4 +88,4 @@ app.on('activate', () => {
// 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.

app.on('ready', createWindow);
app.on('ready', createWindow);