diff --git a/DDWRT_MonitorAppDelegate.m b/DDWRT_MonitorAppDelegate.m index af399f1..5150922 100644 --- a/DDWRT_MonitorAppDelegate.m +++ b/DDWRT_MonitorAppDelegate.m @@ -222,13 +222,11 @@ - (void) hideConfigPanel:(id)sender { - /*NSString *hostname = [[NSUserDefaults standardUserDefaults] stringForKey:@"hostname"]; - if (hostname == nil && [[sender title] isEqualToString:@"Cancel"]) { // TODO: Add modal alert "will quit if not configured" [self terminate:nil]; } - */ + [ConfigPanel orderOut:nil]; }