mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-07 14:16:28 -04:00
feat: add device_logging_enabled config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user