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

pull/1896/head
Kingsley Yung 2023-03-17 04:14:06 +08:00 zatwierdzone przez GitHub
rodzic 8c7dc5a6df
commit c7558ee7c5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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