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, 7 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 e4dfe5ab..3bc7225a 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -171,6 +171,13 @@
android:summary="@string/offline_image_cache_enabled_summary"
android:title="@string/offline_image_cache_enabled" />
</PreferenceCategory>
+ <PreferenceCategory android:title="Widget" >
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="widget_show_fresh"
+ android:title="@string/prefs_widget_show_fresh"
+ android:summary="@string/prefs_widget_show_fresh_summary" />
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/debugging" >
<CheckBoxPreference
android:defaultValue="true"