From 3b5eff582a7a37d105985262e66a133fc9773ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Santos?= Date: Thu, 14 May 2020 19:15:51 +0100 Subject: [PATCH] Update not found message --- browser/main/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/browser/main/index.js b/browser/main/index.js index e77c62dd..852ddd3a 100644 --- a/browser/main/index.js +++ b/browser/main/index.js @@ -152,6 +152,12 @@ ReactDOM.render( }) }) + ipcRenderer.on('update-not-found', function(_, msg) { + notify('Update not found!', { + body: msg + }) + }) + ipcRenderer.send('update-check', 'check-update') window.addEventListener('online', function() { if (!store.getState().status.updateReady) {