aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel/features_panel.js
diff options
context:
space:
mode:
authorHakaba Hitoyo <hakabahitoyo@example.com>2018-09-03 15:23:09 +0900
committerHakaba Hitoyo <hakabahitoyo@example.com>2018-09-03 15:23:09 +0900
commit049e2397b156534add9472d3c16cf92ca5a88326 (patch)
tree0e61cd79ff276d792a2b22317cf66d292b7adad8 /src/components/features_panel/features_panel.js
parent07ef43c7b5efb875eccdbdb328a2fd9b50c99c53 (diff)
update
Diffstat (limited to 'src/components/features_panel/features_panel.js')
-rw-r--r--src/components/features_panel/features_panel.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/features_panel/features_panel.js b/src/components/features_panel/features_panel.js
index 19018fb4..75a671f2 100644
--- a/src/components/features_panel/features_panel.js
+++ b/src/components/features_panel/features_panel.js
@@ -1,5 +1,10 @@
const FeaturesPanel = {
computed: {
+ mediaProxy: function () { return this.$store.state.config.mediaProxyAvailable },
+ whoToFollow: function () { return this.$store.state.config.suggestionsEnabled },
+ scopeOptions: function () { return this.$store.state.config.scopeOptionsEnabled },
+ formattingOptions: function () { return this.$store.state.config.formattingOptionsEnabled },
+ textlimit: function () { return this.$store.state.config.textlimit }
}
}