mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
First go at #2560 "inactive seeding time limit". libtransmission and Mac support are currently implemented.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
NSString * fInitialString;
|
||||
|
||||
IBOutlet NSPopUpButton * fFolderPopUp, * fIncompleteFolderPopUp, * fImportFolderPopUp;
|
||||
IBOutlet NSTextField * fRatioStopField, * fQueueDownloadField, * fQueueSeedField, * fStalledField;
|
||||
IBOutlet NSTextField * fRatioStopField, * fInactiveStopField, * fQueueDownloadField, * fQueueSeedField, * fStalledField;
|
||||
|
||||
IBOutlet NSTextField * fUploadField, * fDownloadField,
|
||||
* fSpeedLimitUploadField, * fSpeedLimitDownloadField;
|
||||
@@ -115,8 +115,11 @@
|
||||
- (void) setRenamePartialFiles: (id) sender;
|
||||
|
||||
- (void) applyRatioSetting: (id) sender;
|
||||
- (void) updateRatioStopField;
|
||||
- (void) setRatioStop: (id) sender;
|
||||
- (void) updateRatioStopField;
|
||||
|
||||
- (void) applyInactiveStopSetting: (id) sender;
|
||||
- (void) setInactiveStop: (id) sender;
|
||||
|
||||
- (void) applySpeedSettings: (id) sender;
|
||||
- (void) applyAltSpeedSettings;
|
||||
|
||||
Reference in New Issue
Block a user