From c36fb14b15cfba0726a483c7e75c1111cbc06ad1 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 21 Oct 2014 01:51:15 -0400 Subject: [PATCH] Select 720p60 by default --- Limelight/MainFrameViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Limelight/MainFrameViewController.m b/Limelight/MainFrameViewController.m index 17918f8..fb27e89 100644 --- a/Limelight/MainFrameViewController.m +++ b/Limelight/MainFrameViewController.m @@ -155,7 +155,7 @@ static StreamConfiguration* streamConfig; self.streamConfigVals = [[NSArray alloc] initWithObjects:@"1280x720 (30Hz)", @"1280x720 (60Hz)", @"1920x1080 (30Hz)", @"1920x1080 (60Hz)",nil]; self.hostPickerVals = [[NSArray alloc] init]; - + [self.StreamConfigs selectRow:1 inComponent:0 animated:NO]; _mDNSManager = [[MDNSManager alloc] initWithCallback:self]; [_mDNSManager searchForHosts];