Merge pull request #2181 from resin-io/fix-menu-about

fix(gui): Fix "about" menu entry
This commit is contained in:
Jonas Hermsmeier 2018-04-06 14:51:31 +02:00 committed by GitHub
commit 5f7fd506a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,8 @@ const buildWindowMenu = (window) => {
menuTemplate.unshift({
label: packageJson.displayName,
submenu: [ {
role: 'about'
role: 'about',
label: 'About Etcher'
}, {
type: 'separator'
}, {