Clean up.

This commit is contained in:
2025-01-14 18:33:00 -08:00
parent 9bc0dfc6f3
commit c16426270c
9 changed files with 25 additions and 169 deletions

View File

@@ -395,13 +395,13 @@ class SearchViewController: NSViewController, NSTextFieldDelegate,
func tableView(_ tableView: NSTableView,
rowViewForRow row: Int) -> NSTableRowView?
{
return ProgramTableRowView()
return ProgramsTableRowView()
}
func tableView(_ tableView: NSTableView,
viewFor tableColumn: NSTableColumn?, row: Int) -> NSView?
{
let cell = ProgramTableViewCell()
let cell = ProgramsTableViewCell()
let program = programsList[row]
// PERF: This is very slow, even with 10 items on the list! It has