mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
show a checkmark in the peer inspector for partial seeds and reflect that status in the tooltip
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
@interface PeerProgressIndicatorCell : NSLevelIndicatorCell
|
||||
{
|
||||
NSDictionary * fAttributes;
|
||||
BOOL fSeed;
|
||||
}
|
||||
|
||||
- (void) setSeed: (BOOL) seed;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user