diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index d6c9ff1aa..0a2c5e73b 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -30,6 +30,7 @@ android:key="prefMobileUpdate" android:summary="@string/pref_mobileUpdate_sum" android:title="@string/pref_mobileUpdate_title" /> + <CheckBoxPreference android:summary="@string/pref_autoQueue_sum" android:defaultValue="true" android:key="prefAutoQueue" android:title="@string/pref_autoQueue_title"/> </PreferenceCategory> <PreferenceCategory android:title="@string/flattr_settings_label" > <PreferenceScreen |