From e0b8db44a1b7e57374141d84d7a8daa0fc48e181 Mon Sep 17 00:00:00 2001 From: Cookie <52550063+Covkie@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:01:31 -0500 Subject: [PATCH] fix: #1025 --- src/main/firstLaunch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/firstLaunch.ts b/src/main/firstLaunch.ts index dee4882d..9c2edec1 100644 --- a/src/main/firstLaunch.ts +++ b/src/main/firstLaunch.ts @@ -28,6 +28,7 @@ interface Data { export function createFirstLaunchTour() { const win = new BrowserWindow({ ...SplashProps, + transparent: false, frame: true, autoHideMenuBar: true, height: 470,