Added refresh all button.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user