mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Desktop: Add a link to twitter inside the help menu (#7796)
This commit is contained in:
parent
716c8c1ce4
commit
b13c02017a
@ -788,6 +788,9 @@ function useMenu(props: Props) {
|
||||
}, {
|
||||
label: _('Joplin Forum'),
|
||||
click() { void bridge().openExternal('https://discourse.joplinapp.org'); },
|
||||
}, {
|
||||
label: _('Join us on Twitter'),
|
||||
click() { void bridge().openExternal('https://twitter.com/joplinapp'); },
|
||||
}, {
|
||||
label: _('Make a donation'),
|
||||
click() { void bridge().openExternal('https://joplinapp.org/donate/'); },
|
||||
|
Loading…
Reference in New Issue
Block a user