mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
added note paths section container
This commit is contained in:
@@ -4,7 +4,7 @@ export default class CreatePaneButton extends ButtonWidget {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.icon("bx-window-open bx-rotate-90")
|
||||
this.icon("bx-dock-right")
|
||||
.title("Create new pane")
|
||||
.titlePlacement("bottom")
|
||||
.onClick(widget => widget.triggerCommand("openNewPane", { ntxId: widget.getNtxId() }));
|
||||
|
||||
Reference in New Issue
Block a user