From 2fe326e37851ea45531d5ac4f1216385118ed458 Mon Sep 17 00:00:00 2001 From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Wed, 6 Apr 2022 03:57:44 +0200 Subject: [PATCH] Transparent background for screen share indicator window (#1380) --- src/app/window-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/window-handler.ts b/src/app/window-handler.ts index 6e923f58..ddb174c5 100644 --- a/src/app/window-handler.ts +++ b/src/app/window-handler.ts @@ -1665,7 +1665,7 @@ export class WindowHandler { modal: true, frame: false, focusable: true, - transparent: false, + transparent: true, autoHideMenuBar: true, resizable: false, alwaysOnTop: true,