From 4e9f9b39e7c28d3cee7911eb8382689a33acd6b5 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:20:13 +0100 Subject: [PATCH] Check on start --- electron.js | 1 + 1 file changed, 1 insertion(+) diff --git a/electron.js b/electron.js index b81fd954..1a9c25c6 100644 --- a/electron.js +++ b/electron.js @@ -105,6 +105,7 @@ if (!isLock) { if (process.platform === 'win32') { app.setAppUserModelId("org.qortal.QortalUI"); } + autoUpdater.checkForUpdatesAndNotify(); setInterval(() => { autoUpdater.checkForUpdatesAndNotify(); }, 1000 * 60 * 15)