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

Merge pull request #733 from djsmith85/master

Fixes #723
This commit is contained in:
Chad Scharf 2021-02-24 16:13:26 -05:00 committed by GitHub
commit 6a5d24be5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ export class MenuMain extends BaseMenu {
},
{
label: this.main.i18nService.t('fileBugReport'),
click: () => shell.openExternal('https://github.com/bitwarden/desktop'),
click: () => shell.openExternal('https://github.com/bitwarden/desktop/issues'),
},
];