mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Force set zoom to 1 and set limits to 1..1
This commit is contained in:
@@ -1029,6 +1029,8 @@ export class WindowHandler {
|
||||
if (!this.screenSharingIndicatorWindow || !windowExists(this.screenSharingIndicatorWindow)) {
|
||||
return;
|
||||
}
|
||||
this.screenSharingIndicatorWindow.webContents.setZoomFactor(1);
|
||||
this.screenSharingIndicatorWindow.webContents.setVisualZoomLevelLimits(1, 1);
|
||||
this.screenSharingIndicatorWindow.webContents.send('screen-sharing-indicator-data', { id, streamId });
|
||||
});
|
||||
const stopScreenSharing = (_event, indicatorId) => {
|
||||
|
||||
Reference in New Issue
Block a user