mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Added Mastodon to follow us menu (#4029)
This commit is contained in:
parent
ea8d2b91c0
commit
0ddbafd116
@ -126,6 +126,11 @@ export class HelpMenu implements IMenubarMenu {
|
||||
label: "GitHub",
|
||||
click: () => shell.openExternal("https://github.com/bitwarden"),
|
||||
},
|
||||
{
|
||||
id: "mastodon",
|
||||
label: "Mastodon",
|
||||
click: () => shell.openExternal("https://fosstodon.org/@bitwarden"),
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user