Add option to hide missing chapter count (#2108)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Danny Wu
2025-06-20 05:00:10 -04:00
committed by GitHub
parent b9e02e92be
commit d2c1ff6adf
5 changed files with 14 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ class LibraryPreferences(
fun autoClearChapterCache() = preferenceStore.getBoolean("auto_clear_chapter_cache", false)
fun hideMissingChapters() = preferenceStore.getBoolean("pref_hide_missing_chapter_indicators", false)
// endregion
// region Swipe Actions