1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

remove google plus and fix safari extension link

This commit is contained in:
Kyle Spearrin
2019-09-25 20:44:53 -04:00
parent 9bb26cb0fa
commit 0a2d16a883
2 changed files with 2 additions and 7 deletions

2
jslib

Submodule jslib updated: 971e19335f...53d08067df

View File

@@ -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');
}, },
}, },
], ],