From 09fe196bc6ae34542d33fc715448dd7405e59cd4 Mon Sep 17 00:00:00 2001 From: Claudio Costa Date: Tue, 2 May 2023 14:45:24 +0200 Subject: [PATCH] Prevent calls widget window from showing native shadow (#2693) --- src/main/windows/callsWidgetWindow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/windows/callsWidgetWindow.ts b/src/main/windows/callsWidgetWindow.ts index 16081b55..c3e76b13 100644 --- a/src/main/windows/callsWidgetWindow.ts +++ b/src/main/windows/callsWidgetWindow.ts @@ -130,6 +130,7 @@ export class CallsWidgetWindow { transparent: true, show: false, alwaysOnTop: true, + hasShadow: false, backgroundColor: '#00ffffff', webPreferences: { preload: getLocalPreload('callsWidget.js'),