mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
New option: Default Search Result Tab. Move Show Avatar on the Left in the Navigation Drawer to Settings->Interface->Navigation Drawer.
This commit is contained in:
@@ -409,4 +409,16 @@
|
||||
<item>ALL</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_default_search_result_tab">
|
||||
<item>@string/posts</item>
|
||||
<item>@string/subreddits</item>
|
||||
<item>@string/users</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_default_search_result_tab_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
@@ -542,7 +542,7 @@
|
||||
<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="settings_show_avatar_on_the_right_in_the_navigation_drawer">Show Avatar on the Left in the Navigation Drawer</string>
|
||||
<string name="settings_show_avatar_on_the_right">Show Avatar on the Left</string>
|
||||
<string name="settings_backup_settings_title">Backup Settings</string>
|
||||
<string name="settings_restore_settings_title">Restore Settings</string>
|
||||
<string name="settings_credits_love_animation_title">Love Animation</string>
|
||||
@@ -555,6 +555,7 @@
|
||||
<string name="settings_collapse_subscribed_subreddits_section_title">Collapse Subscribed Subreddits Section</string>
|
||||
<string name="settings_hide_favorite_subreddits_sections_title">Hide Favorite Subreddits Section</string>
|
||||
<string name="settings_hide_subscribed_subreddits_sections_title">Hide Subscribed Subreddits Section</string>
|
||||
<string name="settings_default_search_result_tab">Default Search Result Tab</string>
|
||||
|
||||
<string name="no_link_available">Cannot get the link</string>
|
||||
|
||||
|
Reference in New Issue
Block a user