diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-18 13:38:13 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-18 13:38:13 +0300 |
| commit | 78e5c82809a122070cbc4326b56483df6de963fa (patch) | |
| tree | ada10a18dca706876eb041904ad87b878af64aeb /org.fox.ttrss/src/main/res/xml | |
| parent | 83f260efe0d2a1f0e2e81c53f89a029d91e70b25 (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-x | org.fox.ttrss/src/main/res/xml/preferences.xml | 1 |
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" |