Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Transparent menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbirrell committed Mar 29, 2017
1 parent a0dbd17 commit a185d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ function createWindow () {
width: 520,
height: 600,
transparent: false,
// titleBarStyle: 'hidden-inset',
frame: true
titleBarStyle: 'hidden-inset',
frame: false
}

Object.assign(options, config.get('winBounds'))
Expand Down

0 comments on commit a185d34

Please sign in to comment.