mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
New option: Settings->Interface->Comment->Show Fewer Toolbar Options Starting From.
This commit is contained in:
@@ -627,6 +627,8 @@
|
||||
<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="settings_show_fewer_toolbar_options_threshold_title">Show Fewer Toolbar Options Starting From</string>
|
||||
<string name="settings_show_fewer_toolbar_options_threshold_summary">Level %1$d</string>
|
||||
|
||||
<string name="no_link_available">Cannot get the link</string>
|
||||
|
||||
|
@@ -37,4 +37,11 @@
|
||||
app:key="hide_comment_awards"
|
||||
android:title="@string/settings_hide_comment_awards_title" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontSeekBarPreference
|
||||
app:defaultValue="5"
|
||||
android:max="10"
|
||||
app:key="show_fewer_toolbar_options_threshold"
|
||||
app:title="@string/settings_show_fewer_toolbar_options_threshold_title"
|
||||
app:singleLineTitle="false" />
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user