mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update sidebar when adding a folder.
This commit is contained in:
@@ -192,6 +192,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||
children += [folder]
|
||||
dirty = true
|
||||
|
||||
postChildrenDidChangeNotification()
|
||||
return folder
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ public typealias NodeVisitBlock = (_ : Node) -> Void
|
||||
|
||||
public final class TreeController {
|
||||
|
||||
fileprivate weak var delegate: TreeControllerDelegate?
|
||||
private weak var delegate: TreeControllerDelegate?
|
||||
public let rootNode: Node
|
||||
|
||||
public init(delegate: TreeControllerDelegate, rootNode: Node) {
|
||||
|
||||
Reference in New Issue
Block a user