Remove icons for smart feeds and folders.

This commit is contained in:
Maurice Parker
2019-04-18 14:20:47 -05:00
parent 1e23ead8c6
commit 04dab356eb
2 changed files with 4 additions and 4 deletions

View File

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