mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
update the quicklook window when the selected transfer changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user