basic manual update stuff + update check bar
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user