Fix date added not showing up

This commit is contained in:
Jobobby04 2020-07-12 22:29:01 -04:00
parent badd43046b
commit 8434b880c6

View File

@ -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() {