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