mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +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
|
titleRes = MR.strings.enable_chapter_swipe_action
|
||||||
}
|
}
|
||||||
multiSelectListPreferenceMat(activity) {
|
multiSelectListPreferenceMat(activity) {
|
||||||
bindTo(preferences.libraryUpdateMangaRestriction())
|
bindTo(libraryPreferences.markDuplicateReadChapterAsRead())
|
||||||
titleRes = MR.strings.pref_mark_as_read_duplicate_read_chapter
|
titleRes = MR.strings.pref_mark_as_read_duplicate_read_chapter
|
||||||
val entries = mapOf(
|
val entries = mapOf(
|
||||||
MR.strings.pref_mark_as_read_duplicate_read_chapter_existing to
|
MR.strings.pref_mark_as_read_duplicate_read_chapter_existing to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue