basic implementation of note tree's config

This commit is contained in:
zadam
2020-05-02 00:28:40 +02:00
parent 5c35b870eb
commit fe53e2351c
9 changed files with 343 additions and 218 deletions

View File

@@ -103,7 +103,7 @@ export default class DesktopMainWindowLayout {
}
getRootWidget(appContext) {
appContext.mainTreeWidget = new NoteTreeWidget();
appContext.mainTreeWidget = new NoteTreeWidget("main");
return new FlexContainer('column')
.setParent(appContext)