SDA-3704 (skipTaskbar for screen share indicator frame window) (#1424)

* SDA-3704 - skipTaskbar for screen share indicator frame window

* SDA-3704 - Make window transparent
This commit is contained in:
Kiran Niranjan 2022-05-19 08:01:54 +05:30 committed by GitHub
parent 2f2b1f8d70
commit e258aa3460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1700,6 +1700,7 @@ export class WindowHandler {
frame: false,
focusable: true,
transparent: true,
skipTaskbar: true,
autoHideMenuBar: true,
resizable: false,
alwaysOnTop: true,
@ -1821,7 +1822,8 @@ export class WindowHandler {
width: frameWidth,
height: frameHeight,
frame: false,
transparent: false,
transparent: true,
skipTaskbar: true,
alwaysOnTop: true,
},
{