1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

dummy Bitwarden window menu item

This commit is contained in:
Kyle Spearrin 2018-02-27 00:24:47 -05:00
parent 0a54bd7ba6
commit e8cd11b8a6

View File

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