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

@@ -340,6 +340,7 @@ enum GridLayout {
export interface LibraryOptions {
// display options
showContinueReadingButton: boolean;
showDownloadBadge: boolean;
showUnreadBadge: boolean;
gridLayout: GridLayout;