From d65d6e5da4c3be16791564910ea5461f4049e890 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 18 Nov 2017 13:13:51 +0200 Subject: Clean up, use translations, persist theme, add more presets. --- src/components/settings/settings.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/settings/settings.js') 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 }) -- cgit v1.2.3-70-g09d2