Skip to content

Commit

Permalink
Add transparency to BrowserWindow options (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawgsy authored and ogustavo-pereira committed Feb 17, 2022
1 parent 35ebfc8 commit 7273127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main/createWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default ({ src, isDev }) => {
y,
frame: false,
resizable: false,
transparent: true,
// Show main window on launch only when application started for the first time
show: config.get('firstStart')
}
Expand Down

0 comments on commit 7273127

Please sign in to comment.