Fix date added not showing up
This commit is contained in:
parent
badd43046b
commit
8434b880c6
@ -156,7 +156,7 @@ class LibrarySettingsSheet(
|
|||||||
|
|
||||||
override val header = null
|
override val header = null
|
||||||
override val items =
|
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 val footer = null
|
||||||
|
|
||||||
override fun initModels() {
|
override fun initModels() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user