mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
Added number of pages to preload configuration
This commit is contained in:
@ -47,7 +47,7 @@ class HttpPageLoader(
|
||||
*/
|
||||
private val subscriptions = CompositeSubscription()
|
||||
|
||||
private val preloadSize = 4
|
||||
private val preloadSize = prefs.eh_preload_size().getOrDefault()
|
||||
|
||||
init {
|
||||
// EXH -->
|
||||
|
Reference in New Issue
Block a user