Skip to content

Commit c91617c

Browse files
committed
fix: followWindow
1 parent 7c3420c commit c91617c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/electron/src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function createWindow(): void {
178178
titleBarStyle: 'hiddenInset', // macOS style
179179
trafficLightPosition: { x: 18, y: 18 },
180180
vibrancy: 'under-window', // macOS glass effect
181-
visualEffectState: 'followsWindowActiveState',
181+
visualEffectState: 'followWindow',
182182
})
183183

184184
// Load the renderer

0 commit comments

Comments
 (0)