Add a setting for "Load missing posts behavior"

This will make sure that items that are filtered out don't show up on the interface.
Fixes sk22#311
This commit is contained in:
Angelo Suzuki
2023-09-01 21:48:10 +02:00
committed by sk
parent 53369eb2d4
commit 2d24e50ff2
5 changed files with 151 additions and 45 deletions

View File

@@ -378,4 +378,7 @@
<item quantity="one">post</item>
<item quantity="other">posts</item>
</plurals>
<string name="sk_settings_load_missing_posts">Load missing posts behavior</string>
<string name="sk_load_missing_posts_newest_first">Newest first (downwards)</string>
<string name="sk_load_missing_posts_oldest_first">Oldest first (upwards)</string>
</resources>