Option to clear chapter cache when MainActivity is closed (closes #5651)

This commit is contained in:
arkon
2021-11-19 10:50:52 -05:00
parent a2c830b908
commit 98822a39d9
5 changed files with 18 additions and 1 deletions

View File

@@ -458,6 +458,7 @@
<string name="used_cache">Used: %1$s</string>
<string name="cache_deleted">Cache cleared. %1$d files have been deleted</string>
<string name="cache_delete_error">An error occurred while clearing cache</string>
<string name="pref_auto_clear_chapter_cache">Clear chapter cache on app close</string>
<string name="pref_clear_database">Clear database</string>
<string name="pref_clear_database_summary">Delete history for manga that are not saved in your library</string>
<string name="clear_database_confirmation">Are you sure? Read chapters and progress of non-library manga will be lost</string>