mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 21:53:42 +00:00
animate the Pieces bar when showing/hiding it
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
|
||||
IBOutlet NSMenu * fActionMenu, * fUploadMenu, * fDownloadMenu, * fRatioMenu;
|
||||
Torrent * fMenuTorrent;
|
||||
|
||||
float fPiecesBarPercent;
|
||||
NSTimer * fPiecesBarTimer;
|
||||
}
|
||||
|
||||
- (void) setTorrents: (NSArray *) torrents;
|
||||
@@ -66,4 +69,6 @@
|
||||
|
||||
- (void) checkFile: (id) sender;
|
||||
|
||||
- (void) toggleAdvancedBar;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user