1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

JS-4480: fix

This commit is contained in:
Andrew Simachev 2024-04-30 16:54:51 +02:00
parent cf463aa571
commit 9c1fef6cab
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -212,7 +212,5 @@ app.on('open-url', (e, url) => {
});
if (!is.macos) {
app.on('window-all-closed', () => {
Api.exit(mainWindow, '', false);
});
app.on('window-all-closed', () => Api.exit(mainWindow, '', false));
};