mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
basic implementation of note tree's config
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user