Fix quick clean nHentai manga
This commit is contained in:
parent
44c9df8c9b
commit
c552934acc
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ class LibraryController(
|
|||
binding.actionToolbar.findItem(R.id.action_download_unread)?.isVisible = selectedMangas.any { it.source != LocalSource.ID }
|
||||
|
||||
// SY -->
|
||||
binding.actionToolbar.findItem(R.id.action_clean)?.isVisible = selectedMangas.any { it.source == EH_SOURCE_ID || it.source == EXH_SOURCE_ID }
|
||||
binding.actionToolbar.findItem(R.id.action_clean)?.isVisible = selectedMangas.any { it.source == EH_SOURCE_ID || it.source == EXH_SOURCE_ID || it.source == NHENTAI_SOURCE_ID }
|
||||
// SY <--
|
||||
}
|
||||
return false
|
||||
|
|
|
|||
Loading…
Reference in a new issue