mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add some padding to the channel key validation
This commit is contained in:
parent
e78cc6336f
commit
6034d90360
1 changed files with 1 additions and 7 deletions
|
|
@ -172,6 +172,7 @@ struct Channels: View {
|
|||
"Key",
|
||||
text: $channelKey
|
||||
)
|
||||
.padding(4)
|
||||
.disableAutocorrection(true)
|
||||
.keyboardType(.alphabet)
|
||||
.foregroundColor(Color.gray)
|
||||
|
|
@ -195,13 +196,6 @@ struct Channels: View {
|
|||
hasChanges = true
|
||||
})
|
||||
.disabled(channelKeySize <= 0)
|
||||
// TextField(
|
||||
// "",
|
||||
// text: $channelKey,
|
||||
// axis: .vertical
|
||||
// )
|
||||
// .foregroundColor(Color.gray)
|
||||
// .disabled(true)
|
||||
}
|
||||
Picker("Channel Role", selection: $channelRole) {
|
||||
if channelRole == 1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue