New option: Hide Comment Awards.

This commit is contained in:
Alex Ning
2022-01-21 20:37:31 +08:00
parent e68f8ed4bc
commit f33cf68624
4 changed files with 15 additions and 3 deletions

View File

@@ -626,6 +626,7 @@
<string name="settings_custom_content_font_family_title">Custom Content Font Family</string>
<string name="settings_fixed_height_preview_in_card_title">Fixed Height in Card</string>
<string name="settings_hide_text_post_content">Hide Text Post Content</string>
<string name="settings_hide_comment_awards_title">Hide Comment Awards</string>
<string name="no_link_available">Cannot get the link</string>

View File

@@ -32,4 +32,14 @@
app:key="fully_collapse_comment"
android:title="@string/settings_fully_collapse_comment_title" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="fully_collapse_comment"
android:title="@string/settings_fully_collapse_comment_title" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="hide_comment_awards"
android:title="@string/settings_hide_comment_awards_title" />
</PreferenceScreen>