Disable aggressive page loading by default
This commit is contained in:
parent
86076d890a
commit
6c4332f5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class SettingsReaderController : SettingsController() {
|
|||
key = Keys.eh_aggressivePageLoading
|
||||
title = "Aggressively load pages"
|
||||
summary = "Slowly download the entire gallery while reading instead of just loading the pages you are viewing."
|
||||
defaultValue = true
|
||||
defaultValue = false
|
||||
}
|
||||
switchPreference {
|
||||
key = Keys.eh_readerInstantRetry
|
||||
|
|
|
|||
Loading…
Reference in a new issue