mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-17 08:39:43 +02:00
Seperate mark duplicate read chapters as read behaviors as options (#1870)
This commit is contained in:
@@ -58,6 +58,8 @@ class LibraryPreferences(
|
||||
false,
|
||||
)
|
||||
|
||||
fun markDuplicateReadChapterAsRead() = preferenceStore.getStringSet("mark_duplicate_read_chapter_read", emptySet())
|
||||
|
||||
// region Filter
|
||||
|
||||
fun filterDownloaded() = preferenceStore.getEnum(
|
||||
@@ -206,6 +208,9 @@ class LibraryPreferences(
|
||||
const val MANGA_NON_READ = "manga_started"
|
||||
const val MANGA_OUTSIDE_RELEASE_PERIOD = "manga_outside_release_period"
|
||||
|
||||
const val MARK_DUPLICATE_CHAPTER_READ_NEW = "new"
|
||||
const val MARK_DUPLICATE_CHAPTER_READ_EXISTING = "existing"
|
||||
|
||||
const val DEFAULT_CATEGORY_PREF_KEY = "default_category"
|
||||
private const val LIBRARY_UPDATE_CATEGORIES_PREF_KEY = "library_update_categories"
|
||||
private const val LIBRARY_UPDATE_CATEGORIES_EXCLUDE_PREF_KEY = "library_update_categories_exclude"
|
||||
|
Reference in New Issue
Block a user