mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Return created window (#2081)
This commit is contained in:
parent
cd1b8cd064
commit
5d171aa33e
1 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,8 @@ app.on('ready', () => installDevExtensions(isDev).then(() => {
|
|||
app.quit();
|
||||
}
|
||||
});
|
||||
|
||||
return hwin;
|
||||
}
|
||||
|
||||
// when opening create a new window
|
||||
|
|
|
|||
Loading…
Reference in a new issue