mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
get ipc fully working with ipc
This commit is contained in:
@@ -222,6 +222,12 @@
|
||||
return [NSArray arrayWithObjects: TOOLBAR_GENERAL, TOOLBAR_TRANSFERS, TOOLBAR_BANDWIDTH, TOOLBAR_ADVANCED, nil];
|
||||
}
|
||||
|
||||
//used by ipc
|
||||
- (void) updatePortField
|
||||
{
|
||||
[fPortField setIntValue: [fDefaults integerForKey: @"BindPort"]];
|
||||
}
|
||||
|
||||
- (void) setPort: (id) sender
|
||||
{
|
||||
int port = [sender intValue];
|
||||
|
||||
Reference in New Issue
Block a user