Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
diginatu committed May 12, 2019
1 parent d872b79 commit 3f846c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ app.on('ready', function() {
}];

Menu.setApplicationMenu(Menu.buildFromTemplate(template));
} else {
Menu.setApplicationMenu(null);
}
});

Expand Down

0 comments on commit 3f846c8

Please sign in to comment.