Skip to content

Commit

Permalink
Add about/version on non mac too #161
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Aug 13, 2019
1 parent 15ec7ed commit ce3a6d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/menu.js
Expand Up @@ -77,6 +77,8 @@ module.exports = (app, mainWindow, newVersion) => {
label: 'Learn More',
click() { electron.shell.openExternal(homepage); },
},

...(process.platform === 'darwin' ? [] : [{ role: 'about' }]),
],
});
}
Expand Down

0 comments on commit ce3a6d4

Please sign in to comment.