diff options
Diffstat (limited to 'macosx/HBPresetsManager.m')
-rw-r--r-- | macosx/HBPresetsManager.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPresetsManager.m b/macosx/HBPresetsManager.m index 195c1ea8f..feb898bae 100644 --- a/macosx/HBPresetsManager.m +++ b/macosx/HBPresetsManager.m @@ -322,6 +322,7 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; if ([obj isDefault]) { defaultAlreadySetted = YES; + self.defaultPreset = obj; } }]; |