mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 14:18:24 +00:00
can finally join/leave networks by clicking on them in the context menu
This commit is contained in:
@ -101,6 +101,10 @@ namespace WinUI
|
||||
{
|
||||
n.IsConnected = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
n.IsConnected = false;
|
||||
}
|
||||
}
|
||||
|
||||
_nwCb(_knownNetworks);
|
||||
|
Reference in New Issue
Block a user