mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove LocalizedStringKey
This commit is contained in:
parent
8983e13b21
commit
46d02c6e08
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ struct Connect: View {
|
|||
|
||||
if node != nil {
|
||||
|
||||
Text(LocalizedStringKey("Num: \(String(node!.num))"))
|
||||
Text("Num: \(String(node!.num))")
|
||||
Text("Short Name: \(node?.user?.shortName ?? "????")")
|
||||
Text("Long Name: \(node?.user?.longName ?? "Unknown")")
|
||||
Text("Max Channels: \(String(node?.myInfo?.maxChannels ?? 0))")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue