Restored smart feed and folder icons. Issue #617

This commit is contained in:
Maurice Parker 2019-04-20 15:41:15 -05:00
parent 54fc06de76
commit 749d862450
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ class MasterViewController: UITableViewController, UndoableCommandRunner {
cell.name = nameFor(node)
configureUnreadCount(cell, node)
configureFavicon(cell, node)
cell.shouldShowImage = node.representedObject is Feed
cell.shouldShowImage = node.representedObject is SmallIconProvider
}