fix: First start ui being blank on windows (#1043)

This commit is contained in:
Cookie 2025-02-05 14:15:20 -05:00 committed by GitHub
parent 7b5e1ed4da
commit 8cd80f4af1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ interface Data {
export function createFirstLaunchTour() {
const win = new BrowserWindow({
...SplashProps,
transparent: false,
frame: true,
autoHideMenuBar: true,
height: 470,