Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-09-02 16:44:29 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-01-25 22:35:05 +0300
commit8330431ae790d8ede3064ed55d507313f9a2ac76 (patch)
treef137de2466987661328478d4915534d849b32d00 /src/main.js
parent37725d4c700e8ec0f541dae76b80e52364cdfa5c (diff)
Save and load settings
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index e56cac5e..8a7a53ed 100644
--- a/src/main.js
+++ b/src/main.js
@@ -65,6 +65,7 @@ OCA.Tasks.App = new Vue({
},
beforeMount() {
this.$store.dispatch('loadCollections')
+ this.$store.dispatch('loadSettings')
},
methods: {
filter(query) {