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:
parent
b6759f154e
commit
951cb9ed6a
4 changed files with 14 additions and 2 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue