can finally join/leave networks by clicking on them in the context menu
This commit is contained in:
parent
b4bacd50a1
commit
5447c01e1f
4 changed files with 408 additions and 52 deletions
|
@ -101,6 +101,10 @@ namespace WinUI
|
|||
{
|
||||
n.IsConnected = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
n.IsConnected = false;
|
||||
}
|
||||
}
|
||||
|
||||
_nwCb(_knownNetworks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue