mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix close process (#448)
This commit is contained in:
parent
8716549902
commit
ed2c810c9f
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue