Tunnel creation: Hide 'Exclude private IPs' switch till the feature is ready

This commit is contained in:
Roopesh Chander 2018-10-24 11:16:47 +05:30
parent 3adb6cc15f
commit e6eef48c69
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ class TunnelEditTableViewController: UITableViewController {
let peerFieldsBySection: [[TunnelViewModel.PeerField]] = [ let peerFieldsBySection: [[TunnelViewModel.PeerField]] = [
[.publicKey, .preSharedKey, .endpoint, [.publicKey, .preSharedKey, .endpoint,
.allowedIPs, .excludePrivateIPs, .allowedIPs, .persistentKeepAlive,
.persistentKeepAlive,
.deletePeer] .deletePeer]
] ]