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