Show the whole key

This commit is contained in:
Garth Vander Houwen 2024-02-16 21:20:19 -08:00
parent 069239e1b8
commit a18905eedb

View file

@ -171,7 +171,8 @@ struct Channels: View {
Spacer()
TextField(
"Key",
text: $channelKey
text: $channelKey,
axis: .vertical
)
.padding(6)
.disableAutocorrection(true)