From c7479f3fdbfb175f5757218c6b1395c36bb573aa Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Wed, 17 Jul 2024 17:25:02 -0400
Subject: Add options to control which kind of media to show in the markdown
content.
---
app/src/main/res/values/arrays.xml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
(limited to 'app/src/main/res/values/arrays.xml')
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index adb1cb64..3b94b241 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -698,4 +698,26 @@
- @string/save_locally_and_online
+
+ - @string/all
+ - @string/image_and_gif
+ - @string/image_and_emoji
+ - @string/gif_and_emoji
+ - @string/image_embedded_media
+ - @string/gif
+ - @string/emoji
+ - @string/none
+
+
+
+ - 15
+ - 7
+ - 6
+ - 5
+ - 3
+ - 2
+ - 1
+ - 0
+
+
--
cgit v1.2.3