summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-17 13:07:47 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-17 13:07:47 +0300
commit625979e2cd83aa29f88ea308c2277fe00f9b6bcd (patch)
treea474b0b2609dd0b2d3b33bcd533c8b8f8138044a /org.fox.ttrss/src/main/res
parent0a5074d92cac7fb912cc874a877a898e2b18dc9c (diff)
bring back option to disable cats
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml6
1 files changed, 6 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 27bf2a8a..8d064587 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -44,7 +44,13 @@
android:title="@string/sort_feeds_by_unread" />
<SwitchPreferenceCompat
+ android:defaultValue="true"
+ android:key="enable_cats"
+ android:title="@string/enable_cats" />
+
+ <SwitchPreferenceCompat
android:defaultValue="false"
+ android:dependency="enable_cats"
android:key="browse_cats_like_feeds"
android:summary="@string/browse_cats_like_feeds_summary"
android:title="@string/browse_cats_like_feeds" />