mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
SDA-2179 Ensuring screen share indicator frame is turned off when switching client versions (#1025)
This commit is contained in:
parent
07f77f4bb3
commit
297383365a
@ -1277,6 +1277,7 @@ export class WindowHandler {
|
||||
default:
|
||||
this.url = this.globalConfig.url + `?x-km-csrf-token=${csrfToken}`;
|
||||
}
|
||||
this.execCmd(this.screenShareIndicatorFrameUtil, []);
|
||||
await this.mainWindow.loadURL(this.url);
|
||||
} catch (e) {
|
||||
logger.error(`window-handler: failed to switch client because of error ${e}`);
|
||||
|
@ -83,6 +83,8 @@ export const preventWindowNavigation = (browserWindow: BrowserWindow, isPopOutWi
|
||||
logger.info(`window-utils: received ${response} response from dialog`);
|
||||
}
|
||||
}
|
||||
|
||||
windowHandler.execCmd(windowHandler.screenShareIndicatorFrameUtil, []);
|
||||
}
|
||||
|
||||
if (browserWindow.isDestroyed()
|
||||
|
Loading…
Reference in New Issue
Block a user