1
0
Fork 0
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:
Mitchell Livingston 2008-05-20 23:45:07 +00:00
parent aa0e8df705
commit de9d548cf3

View file

@ -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