mihon/app/src/main/java/eu/kanade/presentation/manga/MangaScreenConstants.kt

23 lines
323 B
Kotlin
Raw Normal View History

package eu.kanade.presentation.manga
2022-06-25 11:03:48 -04:00
enum class DownloadAction {
NEXT_1_CHAPTER,
NEXT_5_CHAPTERS,
NEXT_10_CHAPTERS,
CUSTOM,
UNREAD_CHAPTERS,
ALL_CHAPTERS
}
enum class ChapterDownloadAction {
START,
START_NOW,
CANCEL,
DELETE,
}
2022-06-25 11:03:48 -04:00
enum class EditCoverAction {
EDIT,
DELETE,
}