From b4665509ab0cd0b5c0ad0daeb0a6131ef95d4672 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 9 Jun 2025 14:45:12 +0800 Subject: [PATCH] fix: set WindowService transparency to false for consistent behavior across platforms --- src/main/services/WindowService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/services/WindowService.ts b/src/main/services/WindowService.ts index e9c56fd066..3f0cb8f84a 100644 --- a/src/main/services/WindowService.ts +++ b/src/main/services/WindowService.ts @@ -56,7 +56,7 @@ export class WindowService { minHeight: 600, show: false, autoHideMenuBar: true, - transparent: !isMac, + transparent: false, vibrancy: 'sidebar', visualEffectState: 'active', titleBarStyle: 'hidden',