mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
dim the action button when hovered over, and display the appropriate status string
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
IBOutlet NSMenu * fContextRow, * fContextNoRow;
|
||||
|
||||
int fMouseControlRow, fMouseRevealRow;
|
||||
int fMouseControlRow, fMouseRevealRow, fMouseActionRow;
|
||||
NSIndexSet * fSelectedIndexes;
|
||||
|
||||
NSMutableArray * fKeyStrokes;
|
||||
@@ -51,6 +51,7 @@
|
||||
- (void) removeButtonTrackingAreas;
|
||||
- (void) setControlButtonHover: (int) row;
|
||||
- (void) setRevealButtonHover: (int) row;
|
||||
- (void) setActionButtonHover: (int) row;
|
||||
|
||||
- (void) toggleControlForTorrent: (Torrent *) torrent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user