Skip to content

Commit

Permalink
fix: First start ui being blank on windows (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Covkie authored Feb 5, 2025
1 parent 7b5e1ed commit 8cd80f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/firstLaunch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ interface Data {
export function createFirstLaunchTour() {
const win = new BrowserWindow({
...SplashProps,
transparent: false,
frame: true,
autoHideMenuBar: true,
height: 470,
Expand Down

0 comments on commit 8cd80f4

Please sign in to comment.