Slightly increase delay in loading subscriptions on first boot.

This commit is contained in:
Preston 2020-10-07 13:34:09 -04:00
parent 03ea158f24
commit a4bdfedd1a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export default Vue.extend({
} else {
setTimeout(async () => {
this.getSubscriptions()
}, 200)
}, 300)
}
},
methods: {