Added refresh all button.

This commit is contained in:
Patrick Fic
2020-11-06 07:20:21 -08:00
parent 2a5f94c558
commit 8b775ee494
5 changed files with 29 additions and 6 deletions

View File

@@ -255,9 +255,10 @@ function createTray() {
// autoUpdater.on("update-not-available", (ev, info) => {
// log.log("Update not available.");
// });
// autoUpdater.on("error", (ev, err) => {
// log.log("Error in auto-updater.");
// });
autoUpdater.on("error", (ev, err) => {
log.log("Error in auto-updater.", ev, err);
});
// // autoUpdater.on("update-downloaded", (ev, info) => {
// // console.log("Update downloaded; will install in 5 seconds");