diff --git a/app/main/createWindow.js b/app/main/createWindow.js index 91f33c46..29f14fc5 100644 --- a/app/main/createWindow.js +++ b/app/main/createWindow.js @@ -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') }