mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-31 19:27:00 -06:00
If screen picker window is closed, close the red frame
This commit is contained in:
parent
0dc75d9555
commit
65341a3b62
@ -1194,6 +1194,7 @@ export class WindowHandler {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.screenPickerWindow.once('closed', () => {
|
this.screenPickerWindow.once('closed', () => {
|
||||||
|
this.execCmd(this.screenShareIndicatorFrameUtil, []);
|
||||||
this.removeWindow(opts.winKey);
|
this.removeWindow(opts.winKey);
|
||||||
this.screenPickerWindow = null;
|
this.screenPickerWindow = null;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user