diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-07-21 12:00:47 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-07-21 12:00:47 -0700 |
commit | 8dbb7aa01530b55a4a0b751b22098585578c5838 (patch) | |
tree | 668b272133795b8d0efbfa8c809137a4209de2f3 /subsonic-android/res/xml/settings.xml | |
parent | b063f48d564e26a061caf82ce76e44439ce59160 (diff) | |
download | dsub-8dbb7aa01530b55a4a0b751b22098585578c5838.tar.gz dsub-8dbb7aa01530b55a4a0b751b22098585578c5838.tar.bz2 dsub-8dbb7aa01530b55a4a0b751b22098585578c5838.zip |
Close #108 Add clear cache option in settings
Diffstat (limited to 'subsonic-android/res/xml/settings.xml')
-rw-r--r-- | subsonic-android/res/xml/settings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml index af2b567a..eb139b83 100644 --- a/subsonic-android/res/xml/settings.xml +++ b/subsonic-android/res/xml/settings.xml @@ -144,6 +144,10 @@ android:entryValues="@array/preloadCountValues" android:entries="@array/preloadCountNames"/> + <Preference + android:key="clearCache" + android:title="@string/settings.cache_clear" + android:persistent="false"/> </PreferenceCategory> <PreferenceCategory |