mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
added (skeleton) dylib info window
added record if binary is apple-signed & display green icon sort tasks by name
This commit is contained in:
@@ -40,8 +40,18 @@
|
||||
-(void)awakeFromNib
|
||||
{
|
||||
self.selectedRow = -1;
|
||||
|
||||
/*
|
||||
NSString *title = @"[ all tasks ]";
|
||||
NSTableColumn *yourColumn = self.itemView.tableColumns.lastObject;
|
||||
[yourColumn.headerCell setStringValue:title];
|
||||
|
||||
[self.itemView setIndicatorImage:[NSImage imageNamed:@"NSDescendingSortIndicator"] inTableColumn:self.itemView.tableColumns.lastObject];
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
//invoked automatically while nib is loaded
|
||||
// ->note: outlets are nil here...
|
||||
|
||||
Reference in New Issue
Block a user