mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
sda-2115 on windows the screen-share-indicator goes to background
This commit is contained in:
parent
7ba9a3a820
commit
4e3328e188
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user