mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixed disclosure icon so that it only works on node that can have child nodes.
This commit is contained in:
@@ -303,6 +303,7 @@ class MasterViewController: UITableViewController, UndoableCommandRunner {
|
||||
|
||||
func configure(_ cell: MasterTableViewCell, _ node: Node) {
|
||||
cell.delegate = self
|
||||
cell.allowDisclosureSelection = node.canHaveChildNodes
|
||||
cell.name = nameFor(node)
|
||||
configureUnreadCount(cell, node)
|
||||
configureFavicon(cell, node)
|
||||
|
||||
Reference in New Issue
Block a user