close is quit on mac

This commit is contained in:
Kyle Spearrin 2018-02-27 00:32:58 -05:00
parent e8cd11b8a6
commit e6a51b0732
1 changed files with 1 additions and 5 deletions

View File

@ -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',