Feature/add manga to library category select dialog (#519)
* Move "SearchSettings" into "LibrarySettings" * Change property "setOpen" to "onClose" for "CategorySelect" * Optionally show category selection when adding manga to library * Update "ignore filters" translation * Move "ignore_filters" setting to "metadataServerSettings"
This commit is contained in:
@@ -93,8 +93,8 @@ export const MangasSelectionFABActionItems = ({
|
||||
{isCategorySelectOpen && (
|
||||
<CategorySelect
|
||||
open={isCategorySelectOpen}
|
||||
setOpen={(open) => {
|
||||
setIsCategorySelectOpen(open);
|
||||
onClose={() => {
|
||||
setIsCategorySelectOpen(false);
|
||||
handleClose(true);
|
||||
}}
|
||||
mangaIds={Mangas.getIds(selectedMangas)}
|
||||
|
||||
Reference in New Issue
Block a user