fixed update check interval

This commit is contained in:
Eugene Pankov
2021-05-16 21:52:36 +02:00
parent cbcd0fea61
commit 72e667d59d

View File

@@ -142,7 +142,7 @@ export class AppRootComponent {
this.updatesAvailable = available this.updatesAvailable = available
}) })
} }
}, 3600 * 12) }, 3600 * 12 * 1000)
this.touchbar.update() this.touchbar.update()