diff options
author | Damiano Galassi <[email protected]> | 2017-06-15 09:07:39 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-06-15 09:07:39 +0200 |
commit | 7aaee9a9b0af21ac56549e4fd32c877e53f7f48b (patch) | |
tree | 8f796a19c669d8ea69667ceaf26d49d8a194e1fe /macosx/HBPreferencesController.m | |
parent | 0dc659ba728b5570564ef09cf1d73c8110529def (diff) |
MacGui: add a preferences option to configure the queue low disk space warning.
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 90f23d9b4..b24219b34 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -77,7 +77,9 @@ @"x264CqSliderFractional": @"0.50", @"HBShowAdvancedTab": @NO, @"HBAutoNamingFormat": @[@"{Source}", @" ", @"{Title}"], - @"HBDrawerSize": NSStringFromSize(NSMakeSize(184, 591)) + @"HBDrawerSize": NSStringFromSize(NSMakeSize(184, 591)), + @"HBQueuePauseIfLowSpace": @YES, + @"HBQueueMinFreeSpace": @"2" }]; // Overwrite the update check interval because previous versions |