mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove icons for smart feeds and folders.
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user