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:
parent
483e9a8dbd
commit
4e9f9b39e7
@ -105,6 +105,7 @@ if (!isLock) {
|
|||||||
if (process.platform === 'win32') {
|
if (process.platform === 'win32') {
|
||||||
app.setAppUserModelId("org.qortal.QortalUI");
|
app.setAppUserModelId("org.qortal.QortalUI");
|
||||||
}
|
}
|
||||||
|
autoUpdater.checkForUpdatesAndNotify();
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
autoUpdater.checkForUpdatesAndNotify();
|
autoUpdater.checkForUpdatesAndNotify();
|
||||||
}, 1000 * 60 * 15)
|
}, 1000 * 60 * 15)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user