removed comment and fixed color of settings item

This commit is contained in:
Diego Waxemberg
2014-12-31 19:13:54 -05:00
parent ece113787d
commit c96a77f1aa
4 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ static NSString* bitrateFormat = @"Bitrate: %d kbps";
height = [self.resolutionSelector selectedSegmentIndex] == 0 ? 720 : 1080;
width = height == 720 ? 1280 : 1920;
}
NSInteger onscreenControls = [self.onscreenControlSelector seletedSegmentIndex];
NSInteger onscreenControls = [self.onscreenControlSelector selectedSegmentIndex];
[dataMan saveSettingsWithBitrate:_bitrate framerate:framerate height:height width:width onscreenControls:onscreenControls];
}