mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-29 04:17:12 +01:00
Remove award and flair related settings
These do not work on Lemmy. We do not need them.
This commit is contained in:
parent
1d7031f3d4
commit
279820c1be
@ -46,11 +46,6 @@
|
||||
app:key="show_author_avatar"
|
||||
android:title="@string/settings_show_author_avatar_title" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_comment_awards"
|
||||
android:title="@string/settings_hide_comment_awards_title" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="always_show_child_comment_count"
|
||||
|
@ -27,15 +27,6 @@
|
||||
app:key="hide_post_type"
|
||||
app:title="@string/settings_hide_post_type" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_post_flair"
|
||||
app:title="@string/settings_hide_post_flair" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_the_number_of_awards"
|
||||
app:title="@string/settings_hide_the_number_of_awards" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
|
Loading…
Reference in New Issue
Block a user