mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
mixed enable, disable
This commit is contained in:
parent
1bb5140467
commit
dbd4fdc61c
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
||||||
if (![self privateTorrent])
|
if (![self privateTorrent])
|
||||||
{
|
{
|
||||||
fPex = pex;
|
fPex = pex;
|
||||||
tr_torrentDisablePex(fHandle, pex);
|
tr_torrentDisablePex(fHandle, !pex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue