aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/TunnelViewModel.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-23 22:17:23 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commit88c7657eb7d118f234f387bc580ce932fe72fcc0 (patch)
tree47e2bdb9d76eb5cdc5732be632b89489141e93b5 /WireGuard/WireGuard/UI/TunnelViewModel.swift
parentTunnel creation: Variable renaming (diff)
downloadwireguard-apple-88c7657eb7d118f234f387bc580ce932fe72fcc0.tar.xz
wireguard-apple-88c7657eb7d118f234f387bc580ce932fe72fcc0.zip
Tunnel view model: Add copy public key
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/UI/TunnelViewModel.swift')
-rw-r--r--WireGuard/WireGuard/UI/TunnelViewModel.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/TunnelViewModel.swift b/WireGuard/WireGuard/UI/TunnelViewModel.swift
index 709464c..eb6d849 100644
--- a/WireGuard/WireGuard/UI/TunnelViewModel.swift
+++ b/WireGuard/WireGuard/UI/TunnelViewModel.swift
@@ -15,6 +15,7 @@ class TunnelViewModel {
case privateKey = "Private key"
case publicKey = "Public key"
case generateKeyPair = "Generate keypair"
+ case copyPublicKey = "Copy public key"
case addresses = "Addresses"
case listenPort = "Listen port"
case mtu = "MTU"