summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-07-01 16:51:07 +0200
committerDamiano Galassi <[email protected]>2016-07-01 16:51:07 +0200
commit3c62ce4d1fb0e33402520ebe0ecf80d22a8c3170 (patch)
tree5194822b2636ae4c45a789ce17a0adfb6f1d8183 /macosx
parent0f240ed576bd4d410483be8795fd87630e51160b (diff)
MacGui: update the default preset name and remove an uneeded pref key.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBPreferencesController.m2
-rw-r--r--macosx/HBPresetsManager.m2
2 files changed, 1 insertions, 3 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m
index fe20160d0..3a60890ba 100644
--- a/macosx/HBPreferencesController.m
+++ b/macosx/HBPreferencesController.m
@@ -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))
}];
diff --git a/macosx/HBPresetsManager.m b/macosx/HBPresetsManager.m
index f897742a1..c79d5b45b 100644
--- a/macosx/HBPresetsManager.m
+++ b/macosx/HBPresetsManager.m
@@ -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;
}