mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
close is quit on mac
This commit is contained in:
@@ -561,7 +561,7 @@ export class MenuMain {
|
|||||||
template[template.length - 2].submenu = [
|
template[template.length - 2].submenu = [
|
||||||
{
|
{
|
||||||
label: this.main.i18nService.t('close'),
|
label: this.main.i18nService.t('close'),
|
||||||
role: 'close',
|
role: 'quit',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: this.main.i18nService.t('minimize'),
|
label: this.main.i18nService.t('minimize'),
|
||||||
@@ -572,10 +572,6 @@ export class MenuMain {
|
|||||||
role: 'zoom',
|
role: 'zoom',
|
||||||
},
|
},
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{
|
|
||||||
label: 'Bitwarden',
|
|
||||||
click: () => { },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: this.main.i18nService.t('bringAllToFront'),
|
label: this.main.i18nService.t('bringAllToFront'),
|
||||||
role: 'front',
|
role: 'front',
|
||||||
|
|||||||
Reference in New Issue
Block a user