Make low latency the default scanmode for better userexperience.

This commit is contained in:
darken
2022-01-24 15:43:19 +01:00
parent 272ecc006f
commit 3b48ca90d3
@@ -30,7 +30,7 @@ class GeneralSettings @Inject constructor(
val scannerMode = preferences.createFlowPreference(
"core.scanner.mode",
ScannerMode.BALANCED,
ScannerMode.LOW_LATENCY,
moshi
)