]> granicus.if.org Git - handbrake/commitdiff
MacGui: update the default preset name and remove an uneeded pref key.
authorDamiano Galassi <damiog@gmail.com>
Fri, 1 Jul 2016 14:51:07 +0000 (16:51 +0200)
committerDamiano Galassi <damiog@gmail.com>
Fri, 1 Jul 2016 14:51:07 +0000 (16:51 +0200)
macosx/HBPreferencesController.m
macosx/HBPresetsManager.m

index fe20160d0f4c76913a991b0f0d7b265f5ce3c1a6..3a60890ba3d882d5e292843777f71ba7cf713985 100644 (file)
@@ -77,8 +77,6 @@
         @"x264CqSliderFractional":          @"0.50",
         @"HBShowAdvancedTab":               @NO,
         @"HBAutoNamingFormat":              @[@"{Source}", @" ", @"{Title}"],
-        // Hash of the default folders, until there is a better way.
-        @"HBPreviewViewExpandedStatus":     @[@(4097268371718322522), @(3576901712372066251)],
         @"HBDrawerSize":                    NSStringFromSize(NSMakeSize(184, 591))
         }];
 
index f897742a11e0c4cf442c116576bc379a4dbbd4e0..c79d5b45bfc17457f07ed7819745f79696f0f0a1 100644 (file)
@@ -298,7 +298,7 @@ typedef NS_ENUM(NSUInteger, HBPresetLoadingResult) {
     [self.root enumerateObjectsUsingBlock:^(id obj, NSIndexPath *idx, BOOL *stop) {
         if ([obj isBuiltIn] && [obj isLeaf])
         {
-            if ([[obj name] isEqualToString:@"Normal"])
+            if ([[obj name] isEqualToString:@"Fast 1080p30"])
             {
                 normalPreset = obj;
             }