mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
clear the "maximum connections" inspector field when no transfers are selected
This commit is contained in:
parent
b2ef73f722
commit
c88c3b4d09
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ typedef enum
|
|||
[fPexCheck setToolTip: nil];
|
||||
|
||||
[fPeersConnectField setEnabled: NO];
|
||||
[fPexCheck setStringValue: @""];
|
||||
[fPeersConnectField setStringValue: @""];
|
||||
}
|
||||
|
||||
[fFileOutline setTorrent: nil];
|
||||
|
|
Loading…
Reference in a new issue