sda-2115 on windows the screen-share-indicator goes to background

This commit is contained in:
Johan Kwarnmark 2020-05-29 17:12:23 +02:00
parent 7ba9a3a820
commit 4e3328e188

View File

@ -973,6 +973,7 @@ export class WindowHandler {
this.moveWindow(this.screenSharingIndicatorWindow, topPositionOfIndicatorScreen);
this.screenSharingIndicatorWindow.setVisibleOnAllWorkspaces(true);
this.screenSharingIndicatorWindow.setSkipTaskbar(true);
this.screenSharingIndicatorWindow.setAlwaysOnTop(true, 'screen-saver');
this.screenSharingIndicatorWindow.webContents.once('did-finish-load', () => {
if (!this.screenSharingIndicatorWindow || !windowExists(this.screenSharingIndicatorWindow)) {
return;