mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Decrease default minimum signal quality
This commit is contained in:
@@ -28,7 +28,7 @@ class GeneralSettings @Inject constructor(
|
|||||||
|
|
||||||
val showAll = preferences.createFlowPreference("core.showall.enabled", true)
|
val showAll = preferences.createFlowPreference("core.showall.enabled", true)
|
||||||
|
|
||||||
val minimumSignalQuality = preferences.createFlowPreference("core.signal.minimum", 0.25f)
|
val minimumSignalQuality = preferences.createFlowPreference("core.signal.minimum", 0.20f)
|
||||||
|
|
||||||
val mainDeviceAddress = preferences.createFlowPreference<String?>("core.maindevice.address", null)
|
val mainDeviceAddress = preferences.createFlowPreference<String?>("core.maindevice.address", null)
|
||||||
val mainDeviceModel = preferences.createFlowPreference("core.maindevice.model", PodDevice.Model.UNKNOWN, moshi)
|
val mainDeviceModel = preferences.createFlowPreference("core.maindevice.model", PodDevice.Model.UNKNOWN, moshi)
|
||||||
|
|||||||
Reference in New Issue
Block a user