mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
#22gwmd4: do not close window on close
This commit is contained in:
parent
be715874e2
commit
0371c5ea72
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ function createWindow () {
|
|||
break;
|
||||
|
||||
case 'close':
|
||||
win.close();
|
||||
win.hide();
|
||||
break;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue