summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaye Saiz <[email protected]>2023-10-20 21:10:39 +0000
committerFaye Saiz <[email protected]>2023-10-20 21:10:39 +0000
commit2cef40096f2043ec9ecb848ffe8806033a91b922 (patch)
treec88baa4b867c530a21a2382ed6ec88ca086e486d
parent1e7c51b39e6a2a472722f41dfe4b660c148c262a (diff)
Add more values to pref_offline_amounts
-rw-r--r--org.fox.ttrss/src/main/res/values/arrays.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/arrays.xml b/org.fox.ttrss/src/main/res/values/arrays.xml
index 8791ec17..f05b1d27 100644
--- a/org.fox.ttrss/src/main/res/values/arrays.xml
+++ b/org.fox.ttrss/src/main/res/values/arrays.xml
@@ -28,6 +28,8 @@
<item>1000</item>
<item>1500</item>
<item>2000</item>
+ <item>5000</item>
+ <item>10000</item>
</string-array>
<string-array name="pref_widget_update_intervals" translatable="false">
<item>10</item>
@@ -65,4 +67,4 @@
<item>-1</item>
<item>0</item>
</string-array>
-</resources> \ No newline at end of file
+</resources>