mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-16 12:52:06 +00:00
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
Block a user