mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
update the quicklook window when the selected transfer changes
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#import "FileOutlineView.h"
|
#import "FileOutlineView.h"
|
||||||
#import "FileOutlineController.h"
|
|
||||||
#import "InfoWindowController.h"
|
#import "InfoWindowController.h"
|
||||||
#import "FileNameCell.h"
|
#import "FileNameCell.h"
|
||||||
#import "FilePriorityCell.h"
|
#import "FilePriorityCell.h"
|
||||||
|
|||||||
@@ -464,6 +464,8 @@ typedef enum
|
|||||||
[self updateInfoFiles];
|
[self updateInfoFiles];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[self updateQuickLook];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) updateOptions
|
- (void) updateOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user