mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
show/hide the group dividers right away when toggling that option
This commit is contained in:
@@ -1639,7 +1639,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
- (void) setSortByGroup: (id) sender
|
||||
{
|
||||
[fDefaults setBool: ![fDefaults boolForKey: @"SortByGroup"] forKey: @"SortByGroup"];
|
||||
[self sortTorrents];
|
||||
[self updateDisplay: nil];
|
||||
}
|
||||
|
||||
- (void) setSortReverse: (id) sender
|
||||
|
||||
Reference in New Issue
Block a user