mirror of
https://github.com/transmission/transmission
synced 2025-03-10 14:13:23 +00:00
fix for change in pref name
This commit is contained in:
parent
9c4e9d1c5a
commit
1b9a631362
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
||||||
|
|
||||||
- (BOOL) alertForRemainingDiskSpace
|
- (BOOL) alertForRemainingDiskSpace
|
||||||
{
|
{
|
||||||
if ([self allDownloaded] || ![fDefaults boolForKey: @"RemainingSpaceWarning"])
|
if ([self allDownloaded] || ![fDefaults boolForKey: @"WarningRemainingSpace"])
|
||||||
return YES;
|
return YES;
|
||||||
|
|
||||||
NSString * volumeName = [[[NSFileManager defaultManager] componentsToDisplayForPath: [self downloadFolder]]
|
NSString * volumeName = [[[NSFileManager defaultManager] componentsToDisplayForPath: [self downloadFolder]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue