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 {
|
} else {
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
this.getSubscriptions()
|
this.getSubscriptions()
|
||||||
}, 200)
|
}, 300)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue