diff --git a/src/main/index.ts b/src/main/index.ts index 3da443ae8b..f608490ed1 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -83,6 +83,5 @@ app.on("will-quit", async (event) => { event.preventDefault(); // To allow mixpanel sending to be executed if (proxyServer) proxyServer.close() if (clusterManager) clusterManager.stop() - if (windowManager) windowManager.destroy() app.exit(); })