mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-17 22:19:08 +00:00
Drop checkmark in pools
For self consistency.
This commit is contained in:
parent
4343c99b10
commit
969b19361b
@ -160,7 +160,6 @@ extension ProviderPoolViewController: UITableViewDataSource, UITableViewDelegate
|
||||
cell.accessoryType = .detailDisclosureButton // no checkmark!
|
||||
} else {
|
||||
cell.rightText = pool.areaId?.uppercased()
|
||||
cell.applyChecked(pool.id == currentPool?.id, Theme.current)
|
||||
}
|
||||
cell.isTappable = true
|
||||
return cell
|
||||
|
Loading…
Reference in New Issue
Block a user