mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
Merge pull request #954 from mattias-symphony/SDA-1927
fix: SDA-1927 Remove screen share indicator frame when quit SDA
This commit is contained in:
commit
5e5e5414b9
@ -339,6 +339,9 @@ export class WindowHandler {
|
||||
|
||||
this.mainWindow.once('closed', () => {
|
||||
logger.info(`window-handler: main window closed, destroying all windows!`);
|
||||
if (isWindowsOS || isMac) {
|
||||
this.execCmd(this.screenShareIndicatorFrameUtil, []);
|
||||
}
|
||||
this.destroyAllWindows();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user