diff options
| author | hakabahitoyo <hakabahitoyo@example.com> | 2018-09-04 14:50:02 +0900 |
|---|---|---|
| committer | hakabahitoyo <hakabahitoyo@example.com> | 2018-09-04 14:50:02 +0900 |
| commit | 8b94ea28eceb33e1f3f594f5d99ec0f4111b21ab (patch) | |
| tree | dc1f4ada826ace11917c6e1de817d911ef04779e /src/components/features_panel/features_panel.js | |
| parent | 49ab19c342701bc08f5674302c8aab50186a1d5b (diff) | |
remove formatting options
Diffstat (limited to 'src/components/features_panel/features_panel.js')
| -rw-r--r-- | src/components/features_panel/features_panel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/features_panel/features_panel.js b/src/components/features_panel/features_panel.js index 21d78e19..80f5c966 100644 --- a/src/components/features_panel/features_panel.js +++ b/src/components/features_panel/features_panel.js @@ -7,7 +7,6 @@ const FeaturesPanel = { whoToFollow: function () { return this.$store.state.config.suggestionsEnabled }, mediaProxy: function () { return this.$store.state.config.mediaProxyAvailable }, scopeOptions: function () { return this.$store.state.config.scopeOptionsEnabled }, - formattingOptions: function () { return this.$store.state.config.formattingOptionsEnabled }, textlimit: function () { return this.$store.state.config.textlimit } } } |
