4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Check on start

This commit is contained in:
AlphaX-Projects 2022-03-16 11:20:13 +01:00 committed by GitHub
parent 483e9a8dbd
commit 4e9f9b39e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ if (!isLock) {
if (process.platform === 'win32') {
app.setAppUserModelId("org.qortal.QortalUI");
}
autoUpdater.checkForUpdatesAndNotify();
setInterval(() => {
autoUpdater.checkForUpdatesAndNotify();
}, 1000 * 60 * 15)