Browse Source

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

Grant Limberg 8 years ago
parent
commit
7c12991f57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ZeroTier One/ShowNetworksViewController.m

+ 1 - 0
ZeroTier One/ShowNetworksViewController.m

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