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