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