mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-05 05:12:51 -05:00
refactor: rename channel_num to frequency slot
This commit is contained in:
@@ -130,7 +130,7 @@ fun LoRaConfigItemList(
|
||||
|
||||
item {
|
||||
var isFocused by remember { mutableStateOf(false) }
|
||||
EditTextPreference(title = "Channel number",
|
||||
EditTextPreference(title = "Frequency slot",
|
||||
value = if (isFocused || loraInput.channelNum != 0) loraInput.channelNum else primaryChannel.channelNum,
|
||||
enabled = enabled,
|
||||
keyboardActions = KeyboardActions(onDone = { focusManager.clearFocus() }),
|
||||
|
||||
Reference in New Issue
Block a user