Skip to content

Commit

Permalink
Fixes problem when Alt-Shift opens menu on Linux (#10533)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 authored and chrisnojima committed Feb 13, 2018
1 parent 345a6a7 commit 274bd7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/desktop/app/menu-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,15 @@ export default function makeMenu(window: any) {
},
{
...editMenu,
label: '&Edit',
},
{
...windowMenu,
label: '&Window',
},
{
...helpMenu,
label: '&Help',
},
]
const menu = Menu.buildFromTemplate(template)
Expand Down

0 comments on commit 274bd7f

Please sign in to comment.