update
This commit is contained in:
parent
07ef43c7b5
commit
049e2397b1
3 changed files with 12 additions and 6 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue