mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Fix broken link to open Edge extension store from Help menu (#1025)
This commit is contained in:
parent
3100f55d51
commit
72b688e241
@ -296,8 +296,8 @@ export class MenuMain extends BaseMenu {
|
|||||||
{
|
{
|
||||||
label: 'Edge',
|
label: 'Edge',
|
||||||
click: () => {
|
click: () => {
|
||||||
shell.openExternal('https://www.microsoft.com/store/p/' +
|
shell.openExternal('https://microsoftedge.microsoft.com/addons/' +
|
||||||
'bitwarden-free-password-manager/9p6kxl0svnnl');
|
'detail/jbkfoedolllekgbhcbcoahefnbanhhlh');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user