Only show scanlator filter if scanlator count is 2 or over
This commit is contained in:
@@ -105,6 +105,7 @@ class ChaptersSettingsSheet(
|
||||
}
|
||||
unread.state = presenter.onlyUnread().value
|
||||
bookmarked.state = presenter.onlyBookmarked().value
|
||||
scanlatorFilters.isVisible = presenter.allChapterScanlators.size > 1
|
||||
}
|
||||
|
||||
override fun onItemClicked(item: Item) {
|
||||
|
||||
Reference in New Issue
Block a user