TerminateC9Shell when closeAllWrapperWindows command is called. (#1723)

This commit is contained in:
Swapna Sundar Biswal
2023-02-23 19:35:58 +05:30
committed by GitHub
parent d0e668aae5
commit 6b07874d8c

View File

@@ -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: