Skip to content

Commit

Permalink
REMOVE autoHideMenuBar for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldox committed Mar 2, 2018
1 parent a49511f commit dcc2dd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const createWindow = () => {
titleBarStyle: isMac ? 'hidden' : '',
frame: false,
backgroundColor: '#3498db',
autoHideMenuBar: true,
});

// Initialize System Tray
Expand Down

0 comments on commit dcc2dd3

Please sign in to comment.