mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
Alternating row colors in file table
This commit is contained in:
parent
e5e903a921
commit
0a98289601
2 changed files with 1 additions and 1 deletions
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -137,7 +137,7 @@
|
|||
|
||||
if ([self isSeeding]
|
||||
&& ((fStopRatioSetting == RATIO_CHECK && [self ratio] >= fRatioLimit)
|
||||
|| (fStopRatioSetting == RATIO_GLOBAL && [fDefaults boolForKey: @"RatioCheck"]
|
||||
|| (fStopRatioSetting == RATIO_GLOBAL && [fDefaults boolForKey: @"RatioCheck"]
|
||||
&& [self ratio] >= [fDefaults floatForKey: @"RatioLimit"])))
|
||||
{
|
||||
[self stop];
|
||||
|
|
Loading…
Reference in a new issue