Add:Alternative bookshelf view with titles #232

This commit is contained in:
advplyr 2021-12-28 15:50:17 -06:00
parent 3905ef677d
commit e56196a137
8 changed files with 65 additions and 9 deletions

View file

@ -15,10 +15,16 @@ const BookCoverAspectRatio = {
SQUARE: 1
}
const BookshelfView = {
STANDARD: 0,
TITLES: 1
}
const Constants = {
DownloadStatus,
CoverDestination,
BookCoverAspectRatio
BookCoverAspectRatio,
BookshelfView
}
const KeyNames = {