basic manual update stuff + update check bar
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
0e6012ad45
commit
efc68c078e
5 changed files with 139 additions and 11 deletions
|
@ -120,6 +120,7 @@ process.on('uncaughtException', function(error) {
|
|||
});
|
||||
|
||||
electron.ipcMain.on('install_update', installUpdate);
|
||||
electron.ipcMain.on('checkForUpdates', pollForUpdates);
|
||||
|
||||
let focusHandlerAttached = false;
|
||||
electron.ipcMain.on('setBadgeCount', function(ev, count) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue