mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-30 12:54:31 +01:00
remove google plus and fix safari extension link
This commit is contained in:
parent
9bb26cb0fa
commit
0a2d16a883
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 971e19335f66ac64845b65a7bcf688811f60eaff
|
Subproject commit 53d08067df953e7a66ebf0b972e6443e1f275d86
|
@ -185,10 +185,6 @@ export class MenuMain extends BaseMenu {
|
|||||||
label: 'Facebook',
|
label: 'Facebook',
|
||||||
click: () => shell.openExternal('https://www.facebook.com/bitwarden/'),
|
click: () => shell.openExternal('https://www.facebook.com/bitwarden/'),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Google+',
|
|
||||||
click: () => shell.openExternal('https://plus.google.com/114869903467947368993'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
click: () => shell.openExternal('https://github.com/bitwarden'),
|
click: () => shell.openExternal('https://github.com/bitwarden'),
|
||||||
@ -256,8 +252,7 @@ export class MenuMain extends BaseMenu {
|
|||||||
{
|
{
|
||||||
label: 'Safari',
|
label: 'Safari',
|
||||||
click: () => {
|
click: () => {
|
||||||
shell.openExternal('https://safari-extensions.apple.com/details/' +
|
shell.openExternal('https://bitwarden.com/#download');
|
||||||
'?id=com.bitwarden.safari-LTZ2PFU5D6');
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user