Skip to content

Commit

Permalink
window only transparent on mac. fixes #82 #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Apr 24, 2019
1 parent 472d56f commit 01d5888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ Optional arguments:
darkTheme: true,
titleBarStyle: 'hidden',
autoHideMenuBar: true,
transparent: true,
resizable: true,

This comment has been minimized.

Copy link
@djsiddz2

djsiddz2 Apr 3, 2020

Why was resizable: true removed? Is that the reason for #74 ? or does it not work well with transparency?

transparent: process.platform === 'darwin',
webPreferences: {
blinkFeatures: 'OverlayScrollbars',
nodeIntegration: true,
Expand Down

0 comments on commit 01d5888

Please sign in to comment.