mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -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
|
// the window can be closed by the browser process itself
|
||||||
win.on('close', () => {
|
win.on('close', () => {
|
||||||
windowSet.delete(win);
|
windowSet.delete(win);
|
||||||
win.close();
|
|
||||||
rpc.destroy();
|
rpc.destroy();
|
||||||
deleteSessions();
|
deleteSessions();
|
||||||
cfgUnsubscribe();
|
cfgUnsubscribe();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue