From e6a51b07323be6c8da2b1deea445dd81f5795574 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 27 Feb 2018 00:32:58 -0500 Subject: [PATCH] close is quit on mac --- src/main/menu.main.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index 92c55718c9..da290bb4bc 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -561,7 +561,7 @@ export class MenuMain { template[template.length - 2].submenu = [ { label: this.main.i18nService.t('close'), - role: 'close', + role: 'quit', }, { label: this.main.i18nService.t('minimize'), @@ -572,10 +572,6 @@ export class MenuMain { role: 'zoom', }, { type: 'separator' }, - { - label: 'Bitwarden', - click: () => { }, - }, { label: this.main.i18nService.t('bringAllToFront'), role: 'front',