mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix updater
This commit is contained in:
parent
8c036dd13d
commit
c390cb1841
1 changed files with 1 additions and 4 deletions
|
@ -639,10 +639,7 @@ app.on('before-quit', (e) => {
|
|||
});
|
||||
|
||||
app.on('activate', () => {
|
||||
if (win === null) {
|
||||
createWindow();
|
||||
};
|
||||
win.show();
|
||||
win ? win.show() : createWindow();
|
||||
});
|
||||
|
||||
function send () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue