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-05-10 13:50:24 +02:00
parent 3527fdc9fb
commit ec7afc693b
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -115,7 +115,7 @@ function createWindow () {
e.preventDefault();
const onClose = () => {
is.macos ? mainWindow.hide() : Api.exit(mainWindow, '', false);
mainWindow.hide();
};
if (mainWindow.isFullScreen()) {