Restored smart feed and folder icons. Issue #617
This commit is contained in:
parent
54fc06de76
commit
749d862450
|
@ -498,7 +498,7 @@ class MasterViewController: UITableViewController, UndoableCommandRunner {
|
||||||
cell.name = nameFor(node)
|
cell.name = nameFor(node)
|
||||||
configureUnreadCount(cell, node)
|
configureUnreadCount(cell, node)
|
||||||
configureFavicon(cell, node)
|
configureFavicon(cell, node)
|
||||||
cell.shouldShowImage = node.representedObject is Feed
|
cell.shouldShowImage = node.representedObject is SmallIconProvider
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue