mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
dummy Bitwarden window menu item
This commit is contained in:
parent
0a54bd7ba6
commit
e8cd11b8a6
@ -572,6 +572,10 @@ export class MenuMain {
|
||||
role: 'zoom',
|
||||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
label: 'Bitwarden',
|
||||
click: () => { },
|
||||
},
|
||||
{
|
||||
label: this.main.i18nService.t('bringAllToFront'),
|
||||
role: 'front',
|
||||
|
Loading…
Reference in New Issue
Block a user