Joining/Deleting networks now implemented.

Still need to implement known networks cache so we can join/leave networks without deleting them from the UI
This commit is contained in:
Grant Limberg 2016-06-09 19:59:05 -07:00
parent 975bcb8aff
commit 188f8021f8
4 changed files with 88 additions and 26 deletions

View file

@ -62,7 +62,7 @@ class JoinNetworkViewController: NSViewController, NSComboBoxDelegate, NSComboBo
let networkString = network.stringValue
let networkId = UInt64(networkString, radix: 16)
// TODO: Execute join network call
ServiceCom.joinNetwork(networkString)
network.stringValue = ""