mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Transparent background for screen share indicator window (#1380)
This commit is contained in:
parent
e11097d258
commit
2fe326e378
@ -1665,7 +1665,7 @@ export class WindowHandler {
|
|||||||
modal: true,
|
modal: true,
|
||||||
frame: false,
|
frame: false,
|
||||||
focusable: true,
|
focusable: true,
|
||||||
transparent: false,
|
transparent: true,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
alwaysOnTop: true,
|
alwaysOnTop: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user