1
0
Fork 0
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:
Andrew Simachev 2024-04-30 11:59:57 +02:00
parent 1f19b0db09
commit 1df7d5870d
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -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);
});