mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-03 07:01:51 +00:00
fixed update check interval
This commit is contained in:
@@ -142,7 +142,7 @@ export class AppRootComponent {
|
|||||||
this.updatesAvailable = available
|
this.updatesAvailable = available
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, 3600 * 12)
|
}, 3600 * 12 * 1000)
|
||||||
|
|
||||||
this.touchbar.update()
|
this.touchbar.update()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user