Fix date added not showing up
This commit is contained in:
parent
badd43046b
commit
8434b880c6
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class LibrarySettingsSheet(
|
|||
|
||||
override val header = null
|
||||
override val items =
|
||||
listOf(alphabetically, lastRead, lastChecked, unread, total, latestChapter /* SY --> */, dragAndDrop /* SY <-- */)
|
||||
listOf(alphabetically, lastRead, lastChecked, unread, total, latestChapter, dateAdded /* SY --> */, dragAndDrop /* SY <-- */)
|
||||
override val footer = null
|
||||
|
||||
override fun initModels() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue