mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Show the whole key
This commit is contained in:
parent
069239e1b8
commit
a18905eedb
1 changed files with 2 additions and 1 deletions
|
|
@ -171,7 +171,8 @@ struct Channels: View {
|
|||
Spacer()
|
||||
TextField(
|
||||
"Key",
|
||||
text: $channelKey
|
||||
text: $channelKey,
|
||||
axis: .vertical
|
||||
)
|
||||
.padding(6)
|
||||
.disableAutocorrection(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue