Show "ContinueReadButton" on in library

This commit is contained in:
schroda
2024-05-08 18:59:01 +02:00
parent 4d3889532e
commit 23ea896524
3 changed files with 10 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import { GridLayout } from '@/components/context/LibraryOptionsContext.tsx';
import { SelectableCollectionReturnType } from '@/components/collection/useSelectableCollection.ts';
import { useManageMangaLibraryState } from '@/components/manga/useManageMangaLibraryState.tsx';
export type MangaCardMode = 'default' | 'source' | 'migrate.search' | 'migrate.select';
export type MangaCardMode = 'default' | 'source' | 'migrate.search' | 'migrate.select' | 'duplicate';
export interface MangaCardProps {
manga: TPartialManga;