Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
miniak committed Jan 8, 2019
1 parent 4b009f7 commit ecebb9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default_app/menu.js
Expand Up @@ -46,6 +46,9 @@ const setDefaultApplicationMenu = () => {
helpMenu
]

// debug
console.log(template)

const menu = Menu.buildFromTemplate(template)
Menu.setApplicationMenu(menu)
}
Expand Down

0 comments on commit ecebb9b

Please sign in to comment.