mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Cleaning, also fixes disabling idle sleep when torrents are active
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
@interface Controller : NSObject
|
||||
{
|
||||
tr_handle_t * fLib;
|
||||
int fCount, fSeeding, fDownloading, fCompleted;
|
||||
int fCount, fCompleted;
|
||||
NSMutableArray * fTorrents;
|
||||
|
||||
NSToolbar * fToolbar;
|
||||
|
||||
Reference in New Issue
Block a user