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:
2
jslib
2
jslib
Submodule jslib updated: 971e19335f...53d08067df
@@ -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');
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user