mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-20 07:19:13 +00:00
Line selection configures the tunnel.
This commit is contained in:
parent
5ef1656102
commit
5728a525c7
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user