Skip to content

Commit

Permalink
Hide menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
Perkovec committed Aug 13, 2016
1 parent de28341 commit c3b366c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function createWindow() {
show: true,
});

mainWindow.setMenu(null);
mainWindow.loadURL(`file://${__dirname}/content/index.html`);

ipcMain.once('show-window', () => {
Expand Down

0 comments on commit c3b366c

Please sign in to comment.