macOS: Tunnels list: Don't allow empty selection
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
9c8231dcf7
commit
439fb6bbac
|
@ -19,6 +19,7 @@ class TunnelsListTableViewController: NSViewController {
|
||||||
tableView.headerView = nil
|
tableView.headerView = nil
|
||||||
tableView.rowSizeStyle = .medium
|
tableView.rowSizeStyle = .medium
|
||||||
tableView.allowsMultipleSelection = true
|
tableView.allowsMultipleSelection = true
|
||||||
|
tableView.allowsEmptySelection = false
|
||||||
return tableView
|
return tableView
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue