Skip to content

Commit

Permalink
Merge pull request #148 from MateuszDabrowski/patch-1
Browse files Browse the repository at this point in the history
Adding Try-it-live to menu
  • Loading branch information
meriadec authored Jun 7, 2017
2 parents a7f4d53 + 2886925 commit 4aebfa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ export default function buildMenu (mainWindow) {
click () {
shell.openItem('https://mjml.io/documentation/')
},
}, {
label: 'Browser Editor',
click () {
shell.openItem('https://mjml.io/try-it-live')
},
}, {
type: 'separator',
}, {
Expand Down

0 comments on commit 4aebfa4

Please sign in to comment.