Optionally trigger update for specific category

This commit is contained in:
schroda
2024-06-26 12:42:03 +02:00
parent 17e2d7585d
commit 3206944052
4 changed files with 52 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ export function Library() {
<>
<AppbarSearch />
<LibraryToolbarMenu />
<UpdateChecker />
<UpdateChecker categoryId={activeTab?.id} />
</>
)}
<SelectableCollectionSelectMode
@@ -185,6 +185,7 @@ export function Library() {
areAllItemsSelected,
selectedItemIds.length,
mangas.length,
activeTab,
]);
const handleTabChange = (newTab: number) => {