mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-11 15:46:35 -07:00
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:
parent
975bcb8aff
commit
188f8021f8
4 changed files with 88 additions and 26 deletions
|
@ -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 = ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue