Line selection configures the tunnel.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
39ae9db11c
commit
dc1a3865af
|
@ -84,7 +84,7 @@ class TunnelsTableViewController: UITableViewController {
|
||||||
let section = sections[indexPath.section]
|
let section = sections[indexPath.section]
|
||||||
let tunnel = section.objects[indexPath.row]
|
let tunnel = section.objects[indexPath.row]
|
||||||
|
|
||||||
delegate?.connect(tunnel: tunnel, tunnelsTableViewController: self)
|
delegate?.configure(tunnel: tunnel, tunnelsTableViewController: self)
|
||||||
|
|
||||||
tableView.deselectRow(at: indexPath, animated: true)
|
tableView.deselectRow(at: indexPath, animated: true)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue