1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-11 06:32:59 +00:00

when no torrent is selected, disable the PEX button?

This commit is contained in:
Mitchell Livingston 2007-04-18 21:51:39 +00:00
parent 8dc2126bfe
commit 23598215bc

View file

@ -548,6 +548,7 @@
[fRatioLimitField setStringValue: @""];
[fPexCheck setEnabled: NO];
[fPexCheck setState: NSOffState];
}
[self updateInfoStats];