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)