Added Mastodon to follow us menu (#4029)

This commit is contained in:
Ash Leece 2022-11-16 13:01:45 +00:00 committed by GitHub
parent ea8d2b91c0
commit 0ddbafd116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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