+
+
+
+
+ {{ $tc('status.show_all_conversation', otherTopLevelCount, { numStatus: otherTopLevelCount }) }}
+
+
+
({
+ conversationDisplayOptions: ['tree', 'linear'].map(mode => ({
key: mode,
value: mode,
label: this.$t(`settings.conversation_display_${mode}`)
diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue
index 3ba0788a1..45e9615f4 100644
--- a/src/components/settings_modal/tabs/general_tab.vue
+++ b/src/components/settings_modal/tabs/general_tab.vue
@@ -198,6 +198,16 @@
v-if="conversationDisplay !== 'linear'"
class="setting-list suboptions"
>
+
+
+ {{ $t('settings.tree_advanced') }}
+
+
+
+
+ {{ $t('settings.tree_fade_ancestors') }}
+
+