From 7273127feb70240476927a133df20bfb6ee15483 Mon Sep 17 00:00:00 2001 From: Lawgsy Date: Wed, 3 Mar 2021 04:54:24 +0100 Subject: [PATCH] Add transparency to BrowserWindow options (#430) --- app/main/createWindow.js | 1 + 1 file changed, 1 insertion(+) 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') }