Skip to content

Commit

Permalink
fix: frameless window on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Feb 4, 2024
1 parent 8b6afe2 commit 216cbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/lib/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function createWindow() {
width: 960,
height: 540,
frame: false,
transparent: true,
transparent: process.platform === 'darwin',
vibrancy: 'hud' as const,
visualEffectState: 'active',
webPreferences: {
Expand Down

0 comments on commit 216cbab

Please sign in to comment.