Tunnel detail: Copying the public key
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user