mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
feat: Include following count in hide follower count setting (#1897)
This commit is contained in:
parent
8c7dc5a6df
commit
c7558ee7c5
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ const userSettings = useUserSettings()
|
|||
</template>
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
v-if="!getPreferences(userSettings, 'hideFollowerCount')"
|
||||
:to="getAccountFollowingRoute(account)"
|
||||
replace
|
||||
text-secondary exact-active-class="text-primary"
|
||||
|
|
|
@ -441,7 +441,7 @@
|
|||
"hide_alt_indi_on_posts": "Hide alt indicator on posts",
|
||||
"hide_boost_count": "Hide boost count",
|
||||
"hide_favorite_count": "Hide favorite count",
|
||||
"hide_follower_count": "Hide follower count",
|
||||
"hide_follower_count": "Hide following/follower count",
|
||||
"hide_reply_count": "Hide reply count",
|
||||
"hide_translation": "Hide translation",
|
||||
"hide_username_emojis": "Hide username emojis",
|
||||
|
|
Loading…
Reference in a new issue