mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add device_logging_enabled config
This commit is contained in:
parent
3454bae451
commit
40edec0a31
1 changed files with 10 additions and 0 deletions
|
|
@ -64,6 +64,16 @@ fun BluetoothConfigItemList(
|
|||
})
|
||||
}
|
||||
|
||||
item {
|
||||
SwitchPreference(title = "Device logging enabled",
|
||||
checked = bluetoothInput.deviceLoggingEnabled,
|
||||
enabled = enabled,
|
||||
onCheckedChange = {
|
||||
bluetoothInput = bluetoothInput.copy { deviceLoggingEnabled = it }
|
||||
})
|
||||
}
|
||||
item { Divider() }
|
||||
|
||||
item {
|
||||
PreferenceFooter(
|
||||
enabled = bluetoothInput != bluetoothConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue