mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
V 1.26.6 Fix error messages for BLE connection errors
This commit is contained in:
parent
15608bb976
commit
62af489966
3 changed files with 8 additions and 8 deletions
|
|
@ -35,7 +35,7 @@ struct Connect: View {
|
|||
|
||||
Section(header: Text("Connection Error").font(.title)) {
|
||||
|
||||
Text(bleManager.lastConnectionError).font(.title2).foregroundColor(.red)
|
||||
Text(bleManager.lastConnectionError).font(.subheadline).foregroundColor(.red)
|
||||
}
|
||||
.textCase(nil)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue