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

#zf9q2m: fix

This commit is contained in:
Andrew Simachev 2022-01-10 12:17:05 +03:00
parent dd564dbcba
commit 80f9054238

View file

@ -372,7 +372,7 @@ function createWindow () {
break;
case 'close':
exit(false);
win.close();
break;
};
});