hook action in the xib (#4135)

This commit is contained in:
A Cœur
2022-11-16 00:50:16 +08:00
committed by GitHub
parent 22c14c9266
commit befeafbcfe
20 changed files with 78 additions and 81 deletions

View File

@@ -40,9 +40,6 @@ typedef NS_ENUM(unsigned int, filePriorityMenuTag) { //
{
self.fFileList = [[NSMutableArray alloc] init];
self.fOutline.doubleAction = @selector(revealFile:);
self.fOutline.target = self;
//set table header tool tips
[self.fOutline tableColumnWithIdentifier:@"Check"].headerToolTip = NSLocalizedString(@"Download", "file table -> header tool tip");
[self.fOutline tableColumnWithIdentifier:@"Priority"].headerToolTip = NSLocalizedString(@"Priority", "file table -> header tool tip");