chore(download): disable download URL hash inclusion by default (#1677)
This commit is contained in:
parent
582ea3e60d
commit
3b06366fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class DownloadPreferences(
|
||||||
fun parallelPageLimit() = preferenceStore.getInt("download_parallel_page_limit", 5)
|
fun parallelPageLimit() = preferenceStore.getInt("download_parallel_page_limit", 5)
|
||||||
|
|
||||||
// SY -->
|
// SY -->
|
||||||
fun includeChapterUrlHash() = preferenceStore.getBoolean("download_include_chapter_url_hash", true)
|
fun includeChapterUrlHash() = preferenceStore.getBoolean("download_include_chapter_url_hash", false)
|
||||||
// SY <--
|
// SY <--
|
||||||
|
|
||||||
// KMK -->
|
// KMK -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue