aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel/features_panel.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/features_panel/features_panel.vue')
-rw-r--r--src/components/features_panel/features_panel.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue
index 5ec4d255..5c532f1a 100644
--- a/src/components/features_panel/features_panel.vue
+++ b/src/components/features_panel/features_panel.vue
@@ -8,8 +8,10 @@
</div>
<div class="panel-body features-panel">
<ul>
- <li v-if="mediaProxy">Media proxy</li>
+ <li v-if="chat">Chat</li>
+ <li v-if="gopher">Gopher</li>
<li v-if="whoToFollow">Who to follow</li>
+ <li v-if="mediaProxy">Media proxy</li>
<li v-if="scopeOptions">Scope options</li>
<li v-if="formattingOptions">Formatting options</li>
<li>Text limit = {{textlimit}}</li>