diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-11-28 19:38:48 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-11-28 19:38:48 -0800 |
commit | b476e18389ae4b7a7cbde091f372c4e88f2d01bf (patch) | |
tree | f957c425b77af331eb046fc1f97be6182f01ed1f /subsonic-android/res/xml | |
parent | b75e4654a818cd4109d6411a8ea08a44e50b2cf0 (diff) | |
download | dsub-b476e18389ae4b7a7cbde091f372c4e88f2d01bf.tar.gz dsub-b476e18389ae4b7a7cbde091f372c4e88f2d01bf.tar.bz2 dsub-b476e18389ae4b7a7cbde091f372c4e88f2d01bf.zip |
Moved timer length from a setting to a cached input when starting timer
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r-- | subsonic-android/res/xml/settings.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml index f79063cc..393d7cba 100644 --- a/subsonic-android/res/xml/settings.xml +++ b/subsonic-android/res/xml/settings.xml @@ -155,12 +155,6 @@ android:key="randomSize" android:defaultValue="20" android:digits="0123456789"/> - - <EditTextPreference - android:title="@string/settings.sleep_timer_duration_title" - android:key="sleepTimerDuration" - android:defaultValue="60" - android:digits="0123456789"/> <ListPreference android:title="@string/settings.temp_loss_title" |