mirror of
https://github.com/transmission/transmission
synced 2025-03-11 22:52:53 +00:00
when no torrent is selected, disable the PEX button?
This commit is contained in:
parent
8dc2126bfe
commit
23598215bc
1 changed files with 1 additions and 0 deletions
|
@ -548,6 +548,7 @@
|
||||||
[fRatioLimitField setStringValue: @""];
|
[fRatioLimitField setStringValue: @""];
|
||||||
|
|
||||||
[fPexCheck setEnabled: NO];
|
[fPexCheck setEnabled: NO];
|
||||||
|
[fPexCheck setState: NSOffState];
|
||||||
}
|
}
|
||||||
|
|
||||||
[self updateInfoStats];
|
[self updateInfoStats];
|
||||||
|
|
Loading…
Add table
Reference in a new issue