Skip to content

Commit

Permalink
Update createWindow.js
Browse files Browse the repository at this point in the history
Make windows non-transparent
  • Loading branch information
amanharwara committed Nov 1, 2019
1 parent 5790a99 commit 390048c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/createWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
maxHeight: (options.maxHeight) !== undefined ? options.maxHeight : '',
parent: (options.mainWindowObject) !== undefined ? options.mainWindowObject : null,
modal: false,
transparent: true,
transparent: false,
show: false,
webPreferences: {
nodeIntegration: true
Expand Down

0 comments on commit 390048c

Please sign in to comment.