Make option to mark duplicate chapter as read apply when reading (#1839)

This commit is contained in:
AntsyLich
2025-03-09 12:37:14 +06:00
committed by GitHub
parent 4f06c1cc09
commit 22b5fb58ff
9 changed files with 30 additions and 11 deletions

View File

@ -119,8 +119,6 @@ class LibraryPreferences(
fun categorizedDisplaySettings() = preferenceStore.getBoolean("categorized_display", false)
fun markDuplicateChapterRead() = preferenceStore.getBoolean("mark_duplicate_chapter_read", false)
fun updateCategories() = preferenceStore.getStringSet(LIBRARY_UPDATE_CATEGORIES_PREF_KEY, emptySet())
fun updateCategoriesExclude() = preferenceStore.getStringSet(LIBRARY_UPDATE_CATEGORIES_EXCLUDE_PREF_KEY, emptySet())