Transparent background for screen share indicator window (#1380)

This commit is contained in:
Salah Benmoussati 2022-04-06 03:57:44 +02:00 committed by GitHub
parent e11097d258
commit 2fe326e378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1665,7 +1665,7 @@ export class WindowHandler {
modal: true,
frame: false,
focusable: true,
transparent: false,
transparent: true,
autoHideMenuBar: true,
resizable: false,
alwaysOnTop: true,