From 51e6a38c87825677c89cc2f6bdfa919eac6ea579 Mon Sep 17 00:00:00 2001 From: James Chen Date: Sat, 19 Oct 2019 22:15:10 +0900 Subject: [PATCH] feat: Set window menu role --- packages/neuron-wallet/src/controllers/app/menu.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/neuron-wallet/src/controllers/app/menu.ts b/packages/neuron-wallet/src/controllers/app/menu.ts index de04129e94..abb09651de 100644 --- a/packages/neuron-wallet/src/controllers/app/menu.ts +++ b/packages/neuron-wallet/src/controllers/app/menu.ts @@ -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'),