Encapsulate more of the NavigationModelController structures.

This commit is contained in:
Maurice Parker
2019-04-21 15:26:37 -05:00
parent 6468f2c333
commit 73500e0244
2 changed files with 11 additions and 7 deletions

View File

@@ -33,6 +33,10 @@ class NavigationModelController {
return TreeController(delegate: treeControllerDelegate)
}()
var rootNode: Node {
return treeController.rootNode
}
private var sortDirection = AppDefaults.timelineSortDirection {
didSet {
if sortDirection != oldValue {