mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Hide username, password and tls toggle for public server
This commit is contained in:
parent
53ec91a771
commit
4cb2125752
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ struct MQTTConfig: View {
|
|||
.keyboardType(.default)
|
||||
}
|
||||
.autocorrectionDisabled()
|
||||
if !proxyToClientEnabled && address != "mqtt.meshtastic.org" {
|
||||
if address != "mqtt.meshtastic.org" {
|
||||
HStack {
|
||||
Label("mqtt.username", systemImage: "person.text.rectangle")
|
||||
TextField("mqtt.username", text: $username)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue