diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-03-01 00:35:00 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-03-01 01:00:38 +0300 |
| commit | 2b7f12613ec04e3ce8be62b169457ad62aa83a65 (patch) | |
| tree | 50d6b6779c9e4aa14ada4dd6b3fa7df38a878736 /src/components/settings_modal/tabs | |
| parent | fe0ed7e8f0941195547b924f99f6c0be707bf964 (diff) | |
Add bot indication to user icon on statuses
Diffstat (limited to 'src/components/settings_modal/tabs')
| -rw-r--r-- | src/components/settings_modal/tabs/filtering_tab.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/filtering_tab.vue b/src/components/settings_modal/tabs/filtering_tab.vue index 87567bef..a7e30ce2 100644 --- a/src/components/settings_modal/tabs/filtering_tab.vue +++ b/src/components/settings_modal/tabs/filtering_tab.vue @@ -47,6 +47,11 @@ {{ $t('settings.hide_post_stats') }} </BooleanSetting> </li> + <li> + <BooleanSetting path="hideBotIndication"> + {{ $t('settings.hide_bot_indication') }} + </BooleanSetting> + </li> <ChoiceSetting id="replyVisibility" path="replyVisibility" |
