mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
New option: Hide the number of comments.
This commit is contained in:
@@ -539,6 +539,7 @@
|
||||
<string name="settings_hide_the_number_of_awards">Hide the Number of Awards</string>
|
||||
<string name="settings_hide_subreddit_and_user_prefix">Hide Subreddit and User Prefix</string>
|
||||
<string name="settings_hide_the_number_of_votes">Hide the Number of Votes</string>
|
||||
<string name="settings_hide_the_number_of_comments">Hide the Number of Comments</string>
|
||||
|
||||
<string name="no_link_available">Cannot get the link</string>
|
||||
|
||||
|
@@ -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" />
|
||||
|
||||
|
Reference in New Issue
Block a user