fixed js style

This commit is contained in:
Alberto Miranda
2016-06-24 09:34:54 -03:00
parent 4ad55173a5
commit 4df4f9b2ad

View File

@@ -31,7 +31,7 @@ function init () {
function onState (err, _state) {
if (err) return onError(err)
state = _state
// Refresh menu
menu = electron.Menu.buildFromTemplate(getMenuTemplate())
electron.Menu.setApplicationMenu(menu)