Prevent calls widget window from showing native shadow (#2693)
This commit is contained in:
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user