mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
added plugin buttons to the launcher pane
This commit is contained in:
@@ -69,7 +69,11 @@ export default class DesktopLayout {
|
||||
.icon("bx-history")
|
||||
.title("Show recent changes")
|
||||
.command("showRecentChanges"))
|
||||
.child(new SpacerWidget())
|
||||
.child(new SpacerWidget(40, 0))
|
||||
.child(new FlexContainer("column")
|
||||
.overflowing()
|
||||
.id("plugin-buttons"))
|
||||
.child(new SpacerWidget(0, 1000))
|
||||
.child(new ProtectedSessionStatusWidget())
|
||||
.child(new SyncStatusWidget())
|
||||
.child(new LeftPaneToggleWidget())
|
||||
@@ -103,7 +107,7 @@ export default class DesktopLayout {
|
||||
.overflowing()
|
||||
.child(new NoteIconWidget())
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new SpacerWidget(1))
|
||||
.child(new SpacerWidget(0, 1))
|
||||
.child(new ClosePaneButton())
|
||||
.child(new CreatePaneButton())
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user