mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Sort in the action menu.
This commit is contained in:
@@ -63,7 +63,9 @@
|
||||
|
||||
NSString * fSortType;
|
||||
IBOutlet NSMenuItem * fNameSortItem, * fStateSortItem, * fProgressSortItem,
|
||||
* fDateSortItem, * fOrderSortItem;
|
||||
* fDateSortItem, * fOrderSortItem,
|
||||
* fNameSortActionItem, * fStateSortActionItem, * fProgressSortActionItem,
|
||||
* fDateSortActionItem, * fOrderSortActionItem;
|
||||
|
||||
IBOutlet ImageBackgroundView * fFilterBar;
|
||||
BOOL fFilterBarVisible;
|
||||
|
||||
Reference in New Issue
Block a user