Browse Source

close is quit on mac

pull/2554/head
Kyle Spearrin 8 years ago
parent
commit
e6a51b0732
  1. 6
      src/main/menu.main.ts

6
src/main/menu.main.ts

@ -561,7 +561,7 @@ export class MenuMain { @@ -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 { @@ -572,10 +572,6 @@ export class MenuMain {
role: 'zoom',
},
{ type: 'separator' },
{
label: 'Bitwarden',
click: () => { },
},
{
label: this.main.i18nService.t('bringAllToFront'),
role: 'front',

Loading…
Cancel
Save