We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0a485 commit 07b7de3Copy full SHA for 07b7de3
2 files changed
BDKSwiftExampleWallet/Resources/Localizable.xcstrings
@@ -467,6 +467,9 @@
467
}
468
469
470
+ },
471
+ "Coldcard Verify Address" : {
472
+
473
},
474
"confirmed" : {
475
"localizations" : {
BDKSwiftExampleWallet/View/Receive/ReceiveView.swift
@@ -27,10 +27,12 @@ struct ReceiveView: View {
27
28
HStack {
29
Spacer()
30
- Button {
31
- viewModel.startNFCSession()
+ Menu {
+ Button("Coldcard Verify Address") {
32
+ viewModel.startNFCSession()
33
+ }
34
} label: {
- Image(systemName: "wave.3.right")
35
+ Image(systemName: "ellipsis")
36
.foregroundColor(.primary)
37
38
0 commit comments