From 33a324ba04c130dc483eb6defcd1c7480d35abc3 Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 13 Mar 2022 13:29:03 +0000 Subject: [PATCH] [Splash > Backend] Remove unneeded BW props --- src/splash/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/splash/index.js b/src/splash/index.js index a4c8b2a..387a9c1 100644 --- a/src/splash/index.js +++ b/src/splash/index.js @@ -85,7 +85,6 @@ const launchSplashWindow = (startMinimized) => { splashWindow = new BrowserWindow({ width: 300, height: process.platform === 'darwin' ? 300 : 350, - transparent: false, frame: false, resizable: false, center: true,