mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
TerminateC9Shell when closeAllWrapperWindows command is called. (#1723)
This commit is contained in:
committed by
GitHub
parent
d0e668aae5
commit
6b07874d8c
@@ -300,7 +300,11 @@ ipcMain.on(
|
||||
await notificationHelper.closeNotification(arg.notificationId);
|
||||
}
|
||||
break;
|
||||
/**
|
||||
* This gets called from mana, when user logs out
|
||||
*/
|
||||
case apiCmds.closeAllWrapperWindows:
|
||||
terminateC9Shell();
|
||||
windowHandler.closeAllWindows();
|
||||
break;
|
||||
case apiCmds.setZoomLevel:
|
||||
|
||||
Reference in New Issue
Block a user