Add continue read button to library (#505)

This commit is contained in:
schroda
2023-12-19 15:17:00 +01:00
committed by GitHub
parent 663e20fff9
commit 2f8c284c8b
6 changed files with 152 additions and 48 deletions

View File

@@ -21,6 +21,7 @@ export enum GridLayout {
}
export const DefaultLibraryOptions: LibraryOptions = {
showContinueReadingButton: false,
showDownloadBadge: false,
showUnreadBadge: false,
gridLayout: GridLayout.Compact,