mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 10:14:50 +00:00
fix: Wrong pref to bound
I should really stop coding in the middle of the night
This commit is contained in:
parent
850151720b
commit
7964ac87c6
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class SettingsLibraryController : SettingsLegacyController() {
|
|||
titleRes = MR.strings.enable_chapter_swipe_action
|
||||
}
|
||||
multiSelectListPreferenceMat(activity) {
|
||||
bindTo(preferences.libraryUpdateMangaRestriction())
|
||||
bindTo(libraryPreferences.markDuplicateReadChapterAsRead())
|
||||
titleRes = MR.strings.pref_mark_as_read_duplicate_read_chapter
|
||||
val entries = mapOf(
|
||||
MR.strings.pref_mark_as_read_duplicate_read_chapter_existing to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue