mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
tweaks
This commit is contained in:
@@ -194,8 +194,6 @@ export default class DesktopLayout {
|
||||
.overflowing()
|
||||
.child(new NoteIconWidget())
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new NotePathsWidget().hideInZenMode())
|
||||
.child(new NoteTypeWidget().hideInZenMode())
|
||||
.child(new NoteActionsWidget().hideInZenMode())
|
||||
.child(new ButtonWidget()
|
||||
.icon("bx-window-open bx-rotate-90")
|
||||
@@ -223,7 +221,6 @@ export default class DesktopLayout {
|
||||
.child(new SearchResultWidget())
|
||||
.child(new SqlResultWidget())
|
||||
)
|
||||
.child(new SimilarNotesWidget())
|
||||
.child(...this.customWidgets.get('center-pane'))
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user