mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update ShareContactQRDialog.swift
This commit is contained in:
parent
be36dc6a30
commit
863f51b697
1 changed files with 2 additions and 2 deletions
|
|
@ -63,9 +63,9 @@ struct ShareContactQRDialog: View {
|
|||
.foregroundColor(.secondary)
|
||||
ShareLink("Share QR Code & Link",
|
||||
item: Image(uiImage: qrImage),
|
||||
subject: Text("Import Meshtastic Node \(node.user.shortName) as a contact"),
|
||||
subject: Text("Add Meshtastic Node \(node.user.shortName) as a contact"),
|
||||
message: Text(qrString),
|
||||
preview: SharePreview("Import Meshtastic Node \(node.user.shortName) as a contact",
|
||||
preview: SharePreview("Add Meshtastic Node \(node.user.shortName) as a contact",
|
||||
image: Image(uiImage: qrImage))
|
||||
)
|
||||
Button("Done") { dismiss() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue