From a4bdfedd1a8aadb5ccb7ae7bb365416632290878 Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 7 Oct 2020 13:34:09 -0400 Subject: [PATCH] Slightly increase delay in loading subscriptions on first boot. --- src/renderer/views/Subscriptions/Subscriptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/views/Subscriptions/Subscriptions.js b/src/renderer/views/Subscriptions/Subscriptions.js index da8cb584..9703dc88 100644 --- a/src/renderer/views/Subscriptions/Subscriptions.js +++ b/src/renderer/views/Subscriptions/Subscriptions.js @@ -118,7 +118,7 @@ export default Vue.extend({ } else { setTimeout(async () => { this.getSubscriptions() - }, 200) + }, 300) } }, methods: {