summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-18 13:38:13 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-18 13:38:13 +0300
commit78e5c82809a122070cbc4326b56483df6de963fa (patch)
treeada10a18dca706876eb041904ad87b878af64aeb /org.fox.ttrss/src/main/res/xml
parent83f260efe0d2a1f0e2e81c53f89a029d91e70b25 (diff)
disable inline video player until it is tested, disable predraw hacks (memory cache is good enough for now)
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml1
1 files changed, 1 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 8d064587..33095c5f 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -134,6 +134,7 @@
android:summary="@string/prefs_always_downsample_images_long" />
<SwitchPreferenceCompat
+ android:enabled="false"
android:defaultValue="false"
android:key="inline_video_player"
android:summary="@string/prefs_inline_video_player"