diff options
author | Damiano Galassi <[email protected]> | 2017-04-22 09:09:57 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-04-22 09:09:57 +0200 |
commit | a63785efded517269b6652b07b81fbe210657ce3 (patch) | |
tree | 8dae922a0db88a1de1d4631dcf730e02b87f1f95 /macosx/HBPreferencesController.m | |
parent | bd88ea0594b35be21a47a0734a14f6dbcb5b7418 (diff) |
MacGui: fix the "alert when done sound", it was checking the wrong key.
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", |