diff --git a/app/index.js b/app/index.js index 3860a745..6bb3d179 100644 --- a/app/index.js +++ b/app/index.js @@ -221,7 +221,6 @@ app.on('ready', () => { // the window can be closed by the browser process itself win.on('close', () => { windowSet.delete(win); - win.close(); rpc.destroy(); deleteSessions(); cfgUnsubscribe();