wasn't setting the Connected checkbox to off if the network wasn't connected

This commit is contained in:
Grant Limberg 2016-10-17 13:48:25 -07:00
parent f444da80bc
commit 7c12991f57

View File

@ -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;