macOS: Tunnels list: Don't allow empty selection

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-03-18 11:34:35 +05:30
parent 9c8231dcf7
commit 439fb6bbac
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
}()