wire up network delete again

This commit is contained in:
Grant Limberg 2016-06-27 17:54:54 -07:00
commit 1beacc8c32
3 changed files with 13 additions and 2 deletions

View file

@ -42,7 +42,7 @@ class ShowNetworksViewController: NSViewController, NSTableViewDelegate, NSTable
}
func deleteNetworkFromList(nwid: String) {
netMonitor.deleteSavedNetwork(nwid)
}