mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
remove google plus and fix safari extension link
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 971e19335f...53d08067df
@@ -185,10 +185,6 @@ export class MenuMain extends BaseMenu {
|
||||
label: 'Facebook',
|
||||
click: () => shell.openExternal('https://www.facebook.com/bitwarden/'),
|
||||
},
|
||||
{
|
||||
label: 'Google+',
|
||||
click: () => shell.openExternal('https://plus.google.com/114869903467947368993'),
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
click: () => shell.openExternal('https://github.com/bitwarden'),
|
||||
@@ -256,8 +252,7 @@ export class MenuMain extends BaseMenu {
|
||||
{
|
||||
label: 'Safari',
|
||||
click: () => {
|
||||
shell.openExternal('https://safari-extensions.apple.com/details/' +
|
||||
'?id=com.bitwarden.safari-LTZ2PFU5D6');
|
||||
shell.openExternal('https://bitwarden.com/#download');
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user