Remove download all chapters menu item

Users can still select all the chapters (long press + select all) to download them.
This commit is contained in:
arkon
2023-03-07 22:38:27 -05:00
parent bebd4be43d
commit 09acc53483
6 changed files with 3 additions and 15 deletions

View File

@@ -6,7 +6,6 @@ enum class DownloadAction {
NEXT_10_CHAPTERS,
NEXT_25_CHAPTERS,
UNREAD_CHAPTERS,
ALL_CHAPTERS,
}
enum class EditCoverAction {

View File

@@ -291,7 +291,6 @@ fun LibraryBottomActionMenu(
expanded = downloadExpanded,
onDismissRequest = onDismissRequest,
onDownloadClicked = onDownloadClicked,
includeDownloadAllOption = false,
)
}
}