mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update Meshtastic/Views/Nodes/NodeList.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6fc6a8fcfa
commit
9a5b3d7c65
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ struct NodeList: View {
|
|||
.sheet(isPresented: $isPresentingShareContactQR) {
|
||||
if let node = shareContactNode {
|
||||
ShareContactQRDialog(node: node.toProto())
|
||||
} else {
|
||||
EmptyView()
|
||||
}
|
||||
}
|
||||
.navigationSplitViewColumnWidth(min: 100, ideal: 250, max: 500)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue