macOS: Tunnels list: Don't allow empty selection

This commit is contained in:
Roopesh Chander 2019-03-18 11:34:35 +05:30
parent b1c731f8d7
commit 6766644d80
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class TunnelsListTableViewController: NSViewController {
tableView.headerView = nil
tableView.rowSizeStyle = .medium
tableView.allowsMultipleSelection = true
tableView.allowsEmptySelection = false
return tableView
}()