aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-03-30 12:41:42 +0200
committerHenry Jameson <me@hjkos.com>2019-03-30 12:41:42 +0200
commit4dc64438e929169770347c8868daa1e1c907290e (patch)
tree167dd89a95af16ef3c6aed7f4d6e1129c344f474 /src/components/features_panel
parent995daf70b731f33c95ca654ee9daccb399d6c92d (diff)
aaaaggghh
Diffstat (limited to 'src/components/features_panel')
-rw-r--r--src/components/features_panel/features_panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/features_panel/features_panel.js b/src/components/features_panel/features_panel.js
index 0a7234cc..5f0b7b25 100644
--- a/src/components/features_panel/features_panel.js
+++ b/src/components/features_panel/features_panel.js
@@ -6,7 +6,7 @@ const FeaturesPanel = {
gopher: function () { return this.$store.state.instance.gopherAvailable },
whoToFollow: function () { return this.$store.state.instance.suggestionsEnabled },
mediaProxy: function () { return this.$store.state.instance.mediaProxyAvailable },
- scopeOptionsMinimal: function () { return this.$store.state.instance.scopeOptionsMinimal },
+ minimalScopesMode: function () { return this.$store.state.instance.minimalScopesMode },
textlimit: function () { return this.$store.state.instance.textlimit }
}
}