Skip to content

Commit

Permalink
SDA-3704 (skipTaskbar for screen share indicator frame window) (#1424)
Browse files Browse the repository at this point in the history
* SDA-3704 - skipTaskbar for screen share indicator frame window

* SDA-3704 - Make window transparent
  • Loading branch information
KiranNiranjan committed May 19, 2022
1 parent 2f2b1f8 commit e258aa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/window-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,7 @@ export class WindowHandler {
frame: false,
focusable: true,
transparent: true,
skipTaskbar: true,
autoHideMenuBar: true,
resizable: false,
alwaysOnTop: true,
Expand Down Expand Up @@ -1821,7 +1822,8 @@ export class WindowHandler {
width: frameWidth,
height: frameHeight,
frame: false,
transparent: false,
transparent: true,
skipTaskbar: true,
alwaysOnTop: true,
},
{
Expand Down

0 comments on commit e258aa3

Please sign in to comment.