Add option for library update only update completely read manga (#6323)

* Add option for library update only update completely read manga

only check manga for updates if there is no unread chapter

* sum
This commit is contained in:
Riztard Lanthorn
2021-12-17 21:40:54 +07:00
committed by GitHub
parent 38d131be37
commit 6fddad7a77
5 changed files with 16 additions and 0 deletions

View File

@@ -222,6 +222,8 @@
<string name="charging">Charging</string>
<string name="restrictions">Restrictions: %s</string>
<string name="pref_update_only_non_completed">Only update ongoing manga</string>
<string name="pref_update_only_completely_read">Only update completely read manga</string>
<string name="pref_update_only_completely_read_summary">Only update manga if there is no unread chapter(completely read)</string>
<string name="pref_library_update_show_tab_badge">Show unread count on Updates icon</string>
<string name="pref_library_update_refresh_metadata">Automatically refresh metadata</string>
<string name="pref_library_update_refresh_metadata_summary">Check for new cover and details when updating library</string>