mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-4473: fix
This commit is contained in:
parent
ce4d65754f
commit
1f19b0db09
1 changed files with 7 additions and 1 deletions
|
@ -209,4 +209,10 @@ app.on('open-url', (e, url) => {
|
|||
Util.send(mainWindow, 'route', Util.getRouteFromUrl(url));
|
||||
mainWindow.show();
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
if (is.windows) {
|
||||
app.on('window-all-closed', () => {
|
||||
Api.exit(mainWindow, '', false);
|
||||
});
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue