Added option to hide profile on home page

This commit is contained in:
vladrevers 2021-08-09 02:26:51 +03:00
parent 004a55d79b
commit 190baa6fdf
9 changed files with 71 additions and 32 deletions

View file

@ -98,6 +98,18 @@
<item>this_year</item>
</string-array>
<string-array name="pref_type_home_banner_titles">
<item>@string/home_only_profile</item>
<item>@string/home_banner_full</item>
<item>@string/home_no_profile</item>
</string-array>
<string-array name="pref_type_home_banner_values">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
<string-array name="pref_language_names">
<item>System default</item>

View file

@ -503,4 +503,7 @@
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="home_only_profile">Only profile</string>
<string name="home_banner_full">Image and profile</string>
<string name="home_no_profile">Hide</string>
</resources>