New option: Hide the number of comments.

This commit is contained in:
Alex Ning
2021-02-24 17:48:47 +08:00
parent 8768e71a91
commit f4bfa4fc40
7 changed files with 56 additions and 2 deletions

View File

@@ -34,6 +34,11 @@
app:key="hide_the_number_of_votes"
app:title="@string/settings_hide_the_number_of_votes" />
<SwitchPreference
app:defaultValue="false"
app:key="hide_the_number_of_comments"
app:title="@string/settings_hide_the_number_of_comments" />
<PreferenceCategory
app:title="@string/post_layout_compact" />