aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings/settings.js
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-18 13:13:51 +0200
committershpuld <shp@cock.li>2017-11-18 13:13:51 +0200
commitd65d6e5da4c3be16791564910ea5461f4049e890 (patch)
tree631fbc6803e1c40627f86e535020957fefd8c16e /src/components/settings/settings.js
parent21b31cf599e3dd619694ca7b6b998494b18af770 (diff)
Clean up, use translations, persist theme, add more presets.
Diffstat (limited to 'src/components/settings/settings.js')
-rw-r--r--src/components/settings/settings.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/settings/settings.js b/src/components/settings/settings.js
index 3f619572..b88937bb 100644
--- a/src/components/settings/settings.js
+++ b/src/components/settings/settings.js
@@ -10,7 +10,7 @@ const settings = {
muteWordsString: this.$store.state.config.muteWords.join('\n'),
autoLoadLocal: this.$store.state.config.autoLoad,
streamingLocal: this.$store.state.config.streaming,
- hoverPreviewLocal: this.$store.state.config.hoverPreview,
+ hoverPreviewLocal: this.$store.state.config.hoverPreview
}
},
components: {
@@ -21,8 +21,6 @@ const settings = {
return this.$store.state.users.currentUser
}
},
-
-
watch: {
hideAttachmentsLocal (value) {
this.$store.dispatch('setOption', { name: 'hideAttachments', value })