mirror of
https://github.com/bitwarden/desktop
synced 2026-01-05 18:13:59 +00:00
Fixes #723
Change the link for fileBugReport to point to https://github.com/bitwarden/desktop/issues
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user