mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
#2846 Priority Selection in "Add" window
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
IBOutlet NSImageView * fIconView, * fLocationImageView;
|
||||
IBOutlet NSTextField * fNameField, * fStatusField, * fLocationField;
|
||||
IBOutlet NSButton * fStartCheck, * fDeleteCheck;
|
||||
IBOutlet NSPopUpButton * fGroupPopUp;
|
||||
IBOutlet NSPopUpButton * fGroupPopUp, * fPriorityPopUp;
|
||||
IBOutlet NSProgressIndicator * fVerifyIndicator;
|
||||
|
||||
IBOutlet FileOutlineController * fFileController;
|
||||
@@ -63,6 +63,8 @@
|
||||
|
||||
- (void) verifyLocalData: (id) sender;
|
||||
|
||||
- (void) changePriority: (id) sender;
|
||||
|
||||
- (void) updateStatusField: (NSNotification *) notification;
|
||||
|
||||
- (void) updateGroupMenu: (NSNotification *) notification;
|
||||
|
||||
Reference in New Issue
Block a user