Tunnel detail: Copying the public key
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
65d54d2e9f
commit
335618a8db
|
@ -174,7 +174,7 @@ extension TunnelDetailTableViewController {
|
|||
let cell = tableView.dequeueReusableCell(withIdentifier: TunnelDetailTableViewButtonCell.id, for: indexPath) as! TunnelDetailTableViewButtonCell
|
||||
cell.buttonText = field.rawValue
|
||||
cell.onTapped = {
|
||||
print("Copying public key is unimplemented") // TODO
|
||||
UIPasteboard.general.string = interfaceData[.publicKey]
|
||||
}
|
||||
return cell
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue