mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: added the option in the settings to delete all saved offline content.
This commit is contained in:
parent
05325913f7
commit
9d7acdb892
5 changed files with 98 additions and 0 deletions
|
|
@ -99,6 +99,11 @@
|
|||
<Preference
|
||||
android:key="download_storage"
|
||||
app:title="@string/settings_download_storage_title" />
|
||||
|
||||
<Preference
|
||||
android:key="delete_download_storage"
|
||||
app:title="@string/settings_delete_download_storage_title"
|
||||
app:summary="@string/settings_delete_download_storage_summary"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_transcoding">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue