diff --git a/src/js/createWindow.js b/src/js/createWindow.js index 047f0dca..95c7ebdd 100644 --- a/src/js/createWindow.js +++ b/src/js/createWindow.js @@ -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