wire up network delete again

This commit is contained in:
Grant Limberg
2016-06-27 17:54:54 -07:00
parent 9f880d07ab
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)
}