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,