mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
#3613 run a script when download completes - patch by Alexander Courtis
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
IBOutlet NSTextField * fCheckForUpdatesLabel;
|
||||
IBOutlet NSButton * fCheckForUpdatesButton, * fCheckForUpdatesBetaButton;
|
||||
|
||||
IBOutlet NSPopUpButton * fFolderPopUp, * fIncompleteFolderPopUp, * fImportFolderPopUp;
|
||||
IBOutlet NSPopUpButton * fFolderPopUp, * fIncompleteFolderPopUp, * fImportFolderPopUp, * fDoneScriptPopUp;
|
||||
IBOutlet NSTextField * fRatioStopField, * fIdleStopField, * fQueueDownloadField, * fQueueSeedField, * fStalledField;
|
||||
|
||||
IBOutlet NSTextField * fUploadField, * fDownloadField,
|
||||
@@ -117,6 +117,9 @@
|
||||
|
||||
- (void) setRenamePartialFiles: (id) sender;
|
||||
|
||||
- (void) setDoneScriptEnabled: (id) sender;
|
||||
- (void) doneScriptSheetShow: (id) sender;
|
||||
|
||||
- (void) applyRatioSetting: (id) sender;
|
||||
- (void) setRatioStop: (id) sender;
|
||||
- (void) updateRatioStopField;
|
||||
|
||||
Reference in New Issue
Block a user