diff --git a/app/index.js b/app/index.js index 6bb3d179..3860a745 100644 --- a/app/index.js +++ b/app/index.js @@ -221,6 +221,7 @@ 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();