Feature/add option to remove manga from categories when removing from library (#633)
* Optionally remove manga categories when removing them from library * Use "Mangas::removeFromLibrary" * Handle uncatched promises
This commit is contained in:
@@ -228,6 +228,7 @@ export type MetadataServerSettings = {
|
||||
// library
|
||||
showAddToLibraryCategorySelectDialog: boolean;
|
||||
ignoreFilters: boolean;
|
||||
removeMangaFromCategories: boolean;
|
||||
};
|
||||
|
||||
export interface ISearchSettings {
|
||||
|
||||
Reference in New Issue
Block a user