From a18905eedb562dc77c9c631db5729093b979a682 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 16 Feb 2024 21:20:19 -0800 Subject: [PATCH] Show the whole key --- Meshtastic/Views/Settings/Channels.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Channels.swift b/Meshtastic/Views/Settings/Channels.swift index 7811de6a..3e4f095f 100644 --- a/Meshtastic/Views/Settings/Channels.swift +++ b/Meshtastic/Views/Settings/Channels.swift @@ -171,7 +171,8 @@ struct Channels: View { Spacer() TextField( "Key", - text: $channelKey + text: $channelKey, + axis: .vertical ) .padding(6) .disableAutocorrection(true)