mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
typo
This commit is contained in:
parent
feb85e9781
commit
339b2ae85a
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
|
||||
//check to stop for ratio
|
||||
if ([self isSeeding] && ((fRatioSetting == NSOnState && [self ratio] >= fRatioLimit)
|
||||
|| (!fRatioSetting == NSMixedState && [fDefaults boolForKey: @"RatioCheck"]
|
||||
|| (fRatioSetting == NSMixedState && [fDefaults boolForKey: @"RatioCheck"]
|
||||
&& [self ratio] >= [fDefaults floatForKey: @"RatioLimit"])))
|
||||
{
|
||||
[self stopTransfer];
|
||||
|
|
Loading…
Reference in a new issue