From 4cb2125752bd25d53393fff65c1291c8d46beb63 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 15 Jan 2025 16:28:00 -0800 Subject: [PATCH] Hide username, password and tls toggle for public server --- Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift b/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift index ca54a40e..61231745 100644 --- a/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift +++ b/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift @@ -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)