mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
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:
parent
2f2b1f8d70
commit
e258aa3460
@ -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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user