Added option to only download artist images on wifi
This commit is contained in:
parent
2e5b17be38
commit
585fd1013c
9 changed files with 78 additions and 10 deletions
|
|
@ -27,4 +27,16 @@
|
|||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_auto_download_images_titles">
|
||||
<item>@string/always</item>
|
||||
<item>@string/only_on_wifi</item>
|
||||
<item>@string/never</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_auto_download_images_values">
|
||||
<item>always</item>
|
||||
<item>only_wifi</item>
|
||||
<item>never</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue