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