mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #2181 from resin-io/fix-menu-about
fix(gui): Fix "about" menu entry
This commit is contained in:
commit
5f7fd506a3
@ -107,7 +107,8 @@ const buildWindowMenu = (window) => {
|
||||
menuTemplate.unshift({
|
||||
label: packageJson.displayName,
|
||||
submenu: [ {
|
||||
role: 'about'
|
||||
role: 'about',
|
||||
label: 'About Etcher'
|
||||
}, {
|
||||
type: 'separator'
|
||||
}, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user