mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix bug when showing groups and changing sort type to queue order
This commit is contained in:
@@ -1609,6 +1609,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
sortType = SORT_ORDER;
|
||||
[fDefaults setBool: NO forKey: @"SortReverse"];
|
||||
[fDefaults setBool: NO forKey: @"SortByGroup"];
|
||||
[self updateDisplay: nil]; //ensure groups are removed
|
||||
break;
|
||||
case SORT_DATE_TAG:
|
||||
sortType = SORT_DATE;
|
||||
|
||||
Reference in New Issue
Block a user