1
0
Fork 0
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:
Andrew Simachev 2021-03-22 18:36:26 +03:00
parent 8c036dd13d
commit c390cb1841

View file

@ -639,10 +639,7 @@ app.on('before-quit', (e) => {
});
app.on('activate', () => {
if (win === null) {
createWindow();
};
win.show();
win ? win.show() : createWindow();
});
function send () {