mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
only update quicklook window when changing transfer/file
This commit is contained in:
parent
aa0e8df705
commit
de9d548cf3
1 changed files with 2 additions and 2 deletions
|
@ -442,6 +442,8 @@ typedef enum
|
|||
|
||||
[fTrackerTable reloadData];
|
||||
[fPeerTable reloadData];
|
||||
|
||||
[self updateQuickLook];
|
||||
}
|
||||
|
||||
- (void) updateInfoStats
|
||||
|
@ -464,8 +466,6 @@ typedef enum
|
|||
[self updateInfoFiles];
|
||||
break;
|
||||
}
|
||||
|
||||
[self updateQuickLook];
|
||||
}
|
||||
|
||||
- (void) updateOptions
|
||||
|
|
Loading…
Reference in a new issue