mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
wasn't setting the Connected checkbox to off if the network wasn't connected
This commit is contained in:
parent
f444da80bc
commit
7c12991f57
@ -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…
Reference in New Issue
Block a user