mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
wasn't setting the Connected checkbox to off if the network wasn't connected
This commit is contained in:
parent
f444da80bc
commit
7c12991f57
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
cell.allowManaged.enabled = YES;
|
||||
}
|
||||
else {
|
||||
cell.connectedCheckbox.state = NSOffState;
|
||||
cell.allowDefault.enabled = NO;
|
||||
cell.allowGlobal.enabled = NO;
|
||||
cell.allowManaged.enabled = NO;
|
||||
|
|
Loading…
Add table
Reference in a new issue