diff --git a/Meshtastic/Views/Bluetooth/Connect.swift b/Meshtastic/Views/Bluetooth/Connect.swift index e22e844a..1176241a 100644 --- a/Meshtastic/Views/Bluetooth/Connect.swift +++ b/Meshtastic/Views/Bluetooth/Connect.swift @@ -282,7 +282,7 @@ struct Connect: View { .controlSize(.large) .padding() } - if bleManager.allowDisconnect { + if bleManager.isConnecting { Button(role: .destructive, action: { bleManager.cancelPeripheralConnection()