diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-06 20:18:27 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:29 -0500 |
| commit | 0582f19e7c2c6f916b427d5ecfbbb571178ce841 (patch) | |
| tree | a45f9f9a7845867b66c2c2acc74464028d1da6f8 /src/components/settings_modal/tabs/general_tab.vue | |
| parent | 7e1e8ea42925dffbce1d75e463f38a2c051c764d (diff) | |
Add tree-style thread display
Diffstat (limited to 'src/components/settings_modal/tabs/general_tab.vue')
| -rw-r--r-- | src/components/settings_modal/tabs/general_tab.vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index eba3b268..8951c021 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -154,6 +154,15 @@ </li> <li> <ChoiceSetting + id="conversationDisplay" + path="conversationDisplay" + :options="conversationDisplayOptions" + > + {{ $t('settings.conversation_display') }} + </ChoiceSetting> + </li> + <li> + <ChoiceSetting id="mentionLinkDisplay" path="mentionLinkDisplay" :options="mentionLinkDisplayOptions" |
