mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Added Mastodon to follow us menu (#4029)
This commit is contained in:
@@ -126,6 +126,11 @@ export class HelpMenu implements IMenubarMenu {
|
|||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
click: () => shell.openExternal("https://github.com/bitwarden"),
|
click: () => shell.openExternal("https://github.com/bitwarden"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "mastodon",
|
||||||
|
label: "Mastodon",
|
||||||
|
click: () => shell.openExternal("https://fosstodon.org/@bitwarden"),
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user