Skip to content

Commit

Permalink
feat: Set window menu role
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Oct 19, 2019
1 parent ab3940d commit 51e6a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neuron-wallet/src/controllers/app/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const generateTemplate = () => {
const windowMenuItem: MenuItemConstructorOptions = {
id: 'window',
label: i18n.t('application-menu.window.label'),
role: 'window',
submenu: [
{
label: i18n.t('application-menu.window.minimize'),
Expand Down

0 comments on commit 51e6a38

Please sign in to comment.