Disable aggressive page loading by default

This commit is contained in:
NerdNumber9 2019-04-19 03:41:20 -04:00
parent 86076d890a
commit 6c4332f5c2

View File

@ -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