Add preference to toggle chapter URL hash for downloads (#1533)

This commit is contained in:
NGB-Was-Taken
2025-12-26 03:32:56 +05:45
committed by GitHub
parent ad5a76741a
commit 0ffc798e9a
4 changed files with 30 additions and 1 deletions
@@ -41,6 +41,8 @@ class DownloadPreferences(
fun parallelPageLimit() = preferenceStore.getInt("download_parallel_page_limit", 5)
fun includeChapterUrlHash() = preferenceStore.getBoolean("download_include_chapter_url_hash", true)
companion object {
private const val REMOVE_EXCLUDE_CATEGORIES_PREF_KEY = "remove_exclude_categories"
private const val DOWNLOAD_NEW_CATEGORIES_PREF_KEY = "download_new_categories"