mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
fix for macOS "Stay within the global bandwith limits" always displaying true (#3079)
This commit is contained in:
parent
36e6d4ed07
commit
82bede40d1
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ bool trashDataFile(char const* filename, tr_error** error)
|
|||
return tr_torrentUsesSessionLimits(self.fHandle);
|
||||
}
|
||||
|
||||
- (void)setUseGlobalSpeedLimit:(BOOL)use
|
||||
- (void)setUsesGlobalSpeedLimit:(BOOL)use
|
||||
{
|
||||
tr_torrentUseSessionLimits(self.fHandle, use);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue