SDA-1831 Don't show screen share indicator on taskbar

This commit is contained in:
Mattias Gustavsson 2020-03-04 13:22:56 +01:00
parent a32ef05d3c
commit 83245d117c

View File

@ -815,6 +815,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;