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:
Alex Ning
2021-03-15 20:06:13 +08:00
parent 57fd9edaff
commit cf370d215c
9 changed files with 49 additions and 20 deletions

View File

@@ -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>