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:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user