mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
update the quicklook window when the selected transfer changes
This commit is contained in:
parent
7983c5484a
commit
aa0e8df705
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#import "FileOutlineView.h"
|
||||
#import "FileOutlineController.h"
|
||||
#import "InfoWindowController.h"
|
||||
#import "FileNameCell.h"
|
||||
#import "FilePriorityCell.h"
|
||||
|
|
|
@ -464,6 +464,8 @@ typedef enum
|
|||
[self updateInfoFiles];
|
||||
break;
|
||||
}
|
||||
|
||||
[self updateQuickLook];
|
||||
}
|
||||
|
||||
- (void) updateOptions
|
||||
|
|
Loading…
Reference in a new issue