mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
#1575 Auto-select a group for new torrents according to criteria for each group
This commit is contained in:
@@ -35,10 +35,21 @@
|
||||
IBOutlet NSTextField * fSelectedColorNameField;
|
||||
IBOutlet NSButton * fCustomLocationEnableCheck;
|
||||
IBOutlet NSPopUpButton * fCustomLocationPopUp;
|
||||
|
||||
IBOutlet NSView * fGroupRulesPrefsContainer;
|
||||
IBOutlet NSButton * fAutoAssignRulesEnableCheck;
|
||||
IBOutlet NSButton * fAutoAssignRulesEditButton;
|
||||
IBOutlet NSWindow * fGroupRulesSheetWindow;
|
||||
IBOutlet NSRuleEditor * fRuleEditor;
|
||||
}
|
||||
|
||||
- (void) addRemoveGroup: (id) sender;
|
||||
|
||||
- (IBAction) toggleUseCustomDownloadLocation: (id) sender;
|
||||
- (IBAction) customDownloadLocationSheetShow: (id) sender;
|
||||
|
||||
- (IBAction) toggleUseAutoAssignRules: (id) sender;
|
||||
- (IBAction) orderFrontRulesSheet: (id) sender;
|
||||
- (IBAction) cancelRules: (id) sender;
|
||||
- (IBAction) saveRules: (id) sender;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user