mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-16 12:52:06 +00:00
on-demand: iOS: Disable selection in SSID detail table view
This commit is contained in:
parent
255d53db35
commit
bb82004d5c
@ -22,6 +22,7 @@ class SSIDOptionDetailTableViewController: UITableViewController {
|
||||
|
||||
tableView.estimatedRowHeight = 44
|
||||
tableView.rowHeight = UITableView.automaticDimension
|
||||
tableView.allowsSelection = false
|
||||
|
||||
tableView.register(TextCell.self)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user