Reword name for identifying primary view
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ function core.init()
|
||||
core.command_view = CommandView()
|
||||
core.status_view = StatusView()
|
||||
|
||||
core.root_view.root_node.has_documents_view = true
|
||||
core.root_view.root_node.is_primary_view = true
|
||||
core.root_view.root_node:split("down", core.command_view, true)
|
||||
core.root_view.root_node.b:split("down", core.status_view, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user