Add option to mark new duplicate read chapters as read (#1785)

This commit is contained in:
AntsyLich
2025-02-27 23:32:51 +06:00
committed by GitHub
parent b93746b01e
commit cd0481592c
6 changed files with 27 additions and 8 deletions
@@ -205,6 +205,10 @@ object SettingsLibraryScreen : SearchableSettings {
preference = libraryPreferences.newShowUpdatesCount(),
title = stringResource(MR.strings.pref_library_update_show_tab_badge),
),
Preference.PreferenceItem.SwitchPreference(
preference = libraryPreferences.markDuplicateChapterRead(),
title = stringResource(MR.strings.pref_mark_duplicate_chapter_read),
),
),
)
}