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

popup new block

This commit is contained in:
Andrew Simachev 2020-04-09 16:59:19 +03:00
parent b6759f154e
commit 951cb9ed6a
4 changed files with 14 additions and 2 deletions

View file

@ -149,6 +149,8 @@ function createWindow () {
});
autoUpdater.on('update-not-available', (info) => {
setStatus('Update not available');
win.webContents.send('update');
});
autoUpdater.on('error', (err) => { setStatus('Error: ' + err); });
autoUpdater.on('download-progress', (progress) => {