summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-13 19:46:36 +0300
committerAndrew Dolgov <[email protected]>2014-11-13 19:46:36 +0300
commitc4d979c1bf8d33bd890f5ba2a2b1c32df099b201 (patch)
tree4dba8c89970c276f22d7906128ee4585dbbf6571 /org.fox.ttrss/src/main/res/xml
parent3e4222f5954972a476df8da096605dd8a46e08cd (diff)
add option to not load fresh feed on start
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 3ed1b602..ac67647b 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -114,6 +114,11 @@
android:dialogMessage="@string/pref_headline_font_size"
android:title="@string/pref_headline_font_size" />
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="open_fresh_on_startup"
+ android:title="@string/prefs_open_fresh_on_startup" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
<org.fox.ttrss.util.FontSizeDialogPreference