mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
accidentally tied the rpc toggle to the proxy toggle
This commit is contained in:
@@ -672,7 +672,7 @@
|
||||
|
||||
- (void) setRPCEnabled: (id) sender
|
||||
{
|
||||
tr_sessionSetProxyEnabled(fHandle, [fDefaults boolForKey: @"RPC"]);
|
||||
tr_sessionSetRPCEnabled(fHandle, [fDefaults boolForKey: @"RPC"]);
|
||||
}
|
||||
|
||||
- (void) setRPCAuthorize: (id) sender
|
||||
|
||||
Reference in New Issue
Block a user