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
1f19b0db09
commit
1df7d5870d
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ app.on('open-url', (e, url) => {
|
|||
};
|
||||
});
|
||||
|
||||
if (is.windows) {
|
||||
if (!is.macos) {
|
||||
app.on('window-all-closed', () => {
|
||||
Api.exit(mainWindow, '', false);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue