summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 5555c28f..1d658af4 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -15,7 +15,6 @@
android:title="@string/password" >
</EditTextPreference>
<EditTextPreference
- android:hint="@string/default_url"
android:inputType="textUri"
android:key="ttrss_url"
android:singleLine="true"
@@ -23,6 +22,12 @@
android:title="@string/ttrss_url" >
</EditTextPreference>
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="true"
+ android:key="check_for_updates"
+ android:summary="@string/check_for_updates_summary"
+ android:title="@string/check_for_updates" />
+
<Preference
android:key="network_settings"
android:title="@string/prefs_network_settings" />