mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
The quit dialog now displays the number of active torrents
Disables idle sleep if at least one torrent is active Cosmetic changes
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
@interface Controller : NSObject
|
||||
{
|
||||
tr_handle_t * fHandle;
|
||||
int fCount, fCompleted;
|
||||
int fCount, fSeeding, fDownloading, fCompleted;
|
||||
tr_stat_t * fStat;
|
||||
int fResumeOnWake[TR_MAX_TORRENT_COUNT];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user