mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #1007 from johankwarnmarksymphony/sda-2115
fix: sda-2115 on windows the screen-share-indicator goes to background
This commit is contained in:
commit
6138bd69bf
@ -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