mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Removed unused preference
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_data">
|
||||
<ListPreference
|
||||
app:defaultValue="200000000"
|
||||
app:defaultValue="500"
|
||||
app:dialogTitle="@string/settings_covers_cache"
|
||||
app:entries="@array/pref_cache_size_titles"
|
||||
app:entryValues="@array/pref_cache_size_values"
|
||||
@@ -34,15 +34,6 @@
|
||||
app:title="@string/settings_covers_cache"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="200000000"
|
||||
app:dialogTitle="@string/settings_media_cache"
|
||||
app:entries="@array/pref_media_cache_size_titles"
|
||||
app:entryValues="@array/pref_media_cache_size_values"
|
||||
app:key="media_cache_size"
|
||||
app:title="@string/settings_media_cache"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="-1"
|
||||
app:dialogTitle="@string/settings_image_size"
|
||||
|
||||
Reference in New Issue
Block a user