summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorVishnu Sanal T <50027064+VishnuSanal@users.noreply.github.com>2023-01-01 19:59:23 +0530
committerGitHub <noreply@github.com>2023-01-01 15:29:23 +0100
commit88289d02ae2a402ec77723dd53da33e9cf4c7311 (patch)
tree998806d05abcb74bed8d56e74742aa3473783a0c /app/src/main/res/xml
parent97889a46ed2f9e6e5fc6144b84f1c2367d311a05 (diff)
downloadAntennaPod-88289d02ae2a402ec77723dd53da33e9cf4c7311.zip
Possibility to remove a single episode from playback history (#6184)
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences_swipe.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences_swipe.xml b/app/src/main/res/xml/preferences_swipe.xml
index b69ca8f63..d555e70e6 100644
--- a/app/src/main/res/xml/preferences_swipe.xml
+++ b/app/src/main/res/xml/preferences_swipe.xml
@@ -18,6 +18,10 @@
android:title="@string/downloads_label"/>
<Preference
+ android:key="prefSwipeHistory"
+ android:title="@string/playback_history_label"/>
+
+ <Preference
android:key="prefSwipeFeed"
android:title="@string/feeds_label"/>