Skip to content

Commit

Permalink
chore(main): add twitter to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Feb 16, 2020
1 parent 4a7bc7c commit 878ec4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/lib/main-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ export default mainWindow => {
shell.openExternal('https://masscode.io/donate')
}
},
{
label: 'Twitter',
click () {
shell.openExternal('https://twitter.com/anton_reshetov')
}
},
{
label: 'About',
click () {
Expand Down

0 comments on commit 878ec4f

Please sign in to comment.