feat: Include following count in hide follower count setting (#1897)

This commit is contained in:
Kingsley Yung 2023-03-17 04:14:06 +08:00 committed by GitHub
parent 8c7dc5a6df
commit c7558ee7c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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",