Update Meshtastic/Views/Nodes/NodeList.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors 2025-05-13 20:02:40 -05:00 committed by GitHub
parent 6fc6a8fcfa
commit 9a5b3d7c65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)