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
3527fdc9fb
commit
ec7afc693b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ function createWindow () {
|
|||
e.preventDefault();
|
||||
|
||||
const onClose = () => {
|
||||
is.macos ? mainWindow.hide() : Api.exit(mainWindow, '', false);
|
||||
mainWindow.hide();
|
||||
};
|
||||
|
||||
if (mainWindow.isFullScreen()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue