diff options
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 12b19abe0..90f23d9b4 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -68,7 +68,7 @@ @"HBLastSourceDirectory": [NSKeyedArchiver archivedDataWithRootObject:desktopURL], @"DefaultAutoNaming": @NO, @"HBAlertWhenDone": @(HBDoneActionNotification), - @"AlertWhenDoneSound": @"YES", + @"HBAlertWhenDoneSound": @YES, @"LoggingLevel": @"1", @"HBClearOldLogs": @YES, @"EncodeLogLocation": @"NO", |