mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
promoted attributes are now part of attr list and also responsive
This commit is contained in:
@@ -136,7 +136,6 @@ export default class DesktopMainWindowLayout {
|
||||
.child(new NoteActionsWidget().hideInZenMode())
|
||||
)
|
||||
.child(new TabCachingWidget(() => new AttributeListWidget()))
|
||||
.child(new TabCachingWidget(() => new PromotedAttributesWidget()))
|
||||
.child(new TabCachingWidget(() => new NoteDetailWidget()))
|
||||
.child(...this.customWidgets.get('center-pane'))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user