mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
accidentally tied the rpc toggle to the proxy toggle
This commit is contained in:
parent
96955aaf35
commit
92a178d75f
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@
|
|||
|
||||
- (void) setRPCEnabled: (id) sender
|
||||
{
|
||||
tr_sessionSetProxyEnabled(fHandle, [fDefaults boolForKey: @"RPC"]);
|
||||
tr_sessionSetRPCEnabled(fHandle, [fDefaults boolForKey: @"RPC"]);
|
||||
}
|
||||
|
||||
- (void) setRPCAuthorize: (id) sender
|
||||
|
|
Loading…
Reference in a new issue