mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -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', () => {
|
this.mainWindow.once('closed', () => {
|
||||||
logger.info(`window-handler: main window closed, destroying all windows!`);
|
logger.info(`window-handler: main window closed, destroying all windows!`);
|
||||||
|
if (isWindowsOS || isMac) {
|
||||||
|
this.execCmd(this.screenShareIndicatorFrameUtil, []);
|
||||||
|
}
|
||||||
this.destroyAllWindows();
|
this.destroyAllWindows();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user