macOS: Tunnels list: Don't allow empty selection
This commit is contained in:
parent
b1c731f8d7
commit
6766644d80
|
@ -19,6 +19,7 @@ class TunnelsListTableViewController: NSViewController {
|
|||
tableView.headerView = nil
|
||||
tableView.rowSizeStyle = .medium
|
||||
tableView.allowsMultipleSelection = true
|
||||
tableView.allowsEmptySelection = false
|
||||
return tableView
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue