Line selection configures the tunnel.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts 2018-08-21 20:04:14 +02:00
parent 39ae9db11c
commit dc1a3865af
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class TunnelsTableViewController: UITableViewController {
let section = sections[indexPath.section]
let tunnel = section.objects[indexPath.row]
delegate?.connect(tunnel: tunnel, tunnelsTableViewController: self)
delegate?.configure(tunnel: tunnel, tunnelsTableViewController: self)
tableView.deselectRow(at: indexPath, animated: true)
}