mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-14 21:50:50 +01:00
Slightly increase delay in loading subscriptions on first boot.
This commit is contained in:
parent
03ea158f24
commit
a4bdfedd1a
@ -118,7 +118,7 @@ export default Vue.extend({
|
||||
} else {
|
||||
setTimeout(async () => {
|
||||
this.getSubscriptions()
|
||||
}, 200)
|
||||
}, 300)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user