mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
feat: Support user-defined download directory for media (#21)
This commit is contained in:
commit
78c4c89eca
38 changed files with 1439 additions and 74 deletions
|
|
@ -187,6 +187,14 @@
|
|||
android:key="download_storage"
|
||||
app:title="@string/settings_download_storage_title" />
|
||||
|
||||
<Preference
|
||||
android:key="set_download_directory"
|
||||
android:title="Set download folder"
|
||||
android:summary="Choose a folder for downloaded music files"
|
||||
android:icon="@drawable/ic_folder"
|
||||
android:order="104"
|
||||
app:isPreferenceVisible="false" />
|
||||
|
||||
<Preference
|
||||
android:key="delete_download_storage"
|
||||
app:title="@string/settings_delete_download_storage_title"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue