fix for macOS "Stay within the global bandwith limits" always displaying true (#3079)

This commit is contained in:
SweetPPro 2022-05-14 19:57:22 +02:00 committed by GitHub
parent 36e6d4ed07
commit 82bede40d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}