diff --git a/src/app/window-handler.ts b/src/app/window-handler.ts index b4a764ca..7c90ea54 100644 --- a/src/app/window-handler.ts +++ b/src/app/window-handler.ts @@ -814,6 +814,7 @@ export class WindowHandler { this.screenSharingIndicatorWindow = createComponentWindow('screen-sharing-indicator', opts); this.moveWindow(this.screenSharingIndicatorWindow, topPositionOfIndicatorScreen); this.screenSharingIndicatorWindow.setVisibleOnAllWorkspaces(true); + this.screenSharingIndicatorWindow.setSkipTaskbar(true); this.screenSharingIndicatorWindow.webContents.once('did-finish-load', () => { if (!this.screenSharingIndicatorWindow || !windowExists(this.screenSharingIndicatorWindow)) { return;