diff --git a/electron.js b/electron.js index a4e76fd9..88ff4afb 100644 --- a/electron.js +++ b/electron.js @@ -1048,11 +1048,7 @@ if (!isLock) { }) }) autoUpdater.on('update-not-available', (event) => { - const noUpdate = new Notification({ - title: 'Checking for update', - body: 'No update available, you are on latest version.' - }) - noUpdate.show() + log.info("NO UPDATE") }) autoUpdater.on('download-progress', (progressObj) => { myWindow.webContents.send('downloadProgress', progressObj)