From d25eba12b7d6f616fd89ca0fafd722af67c349d0 Mon Sep 17 00:00:00 2001 From: Red J Adaya Date: Thu, 18 Jul 2024 11:23:39 +0800 Subject: [PATCH] fix issue where entire window is not clickable (#114) --- emain/emain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emain/emain.ts b/emain/emain.ts index 1621affba..932ac1030 100644 --- a/emain/emain.ts +++ b/emain/emain.ts @@ -305,7 +305,7 @@ function createBrowserWindow(clientId: string, waveWindow: WaveWindow): WaveBrow }, show: false, autoHideMenuBar: true, - vibrancy: "sidebar", + backgroundColor: "#000000", }); (bwin as any).waveWindowId = waveWindow.oid; let readyResolve: (value: void) => void;