Prevent calls widget window from showing native shadow (#2693)

This commit is contained in:
Claudio Costa
2023-05-02 14:45:24 +02:00
committed by GitHub
parent 06ed78f050
commit 09fe196bc6

View File

@@ -130,6 +130,7 @@ export class CallsWidgetWindow {
transparent: true, transparent: true,
show: false, show: false,
alwaysOnTop: true, alwaysOnTop: true,
hasShadow: false,
backgroundColor: '#00ffffff', backgroundColor: '#00ffffff',
webPreferences: { webPreferences: {
preload: getLocalPreload('callsWidget.js'), preload: getLocalPreload('callsWidget.js'),