This commit is contained in:
Hakaba Hitoyo 2018-09-03 15:23:09 +09:00
parent 07ef43c7b5
commit 049e2397b1
3 changed files with 12 additions and 6 deletions

View file

@ -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 }
}
}