mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
sync canvas icon of tree_context_menu
This commit is contained in:
parent
a168edb168
commit
35c4c61d15
@ -34,7 +34,7 @@ class TreeContextMenu {
|
|||||||
{ title: "Render HTML note", command: command, type: "render", uiIcon: "extension" },
|
{ title: "Render HTML note", command: command, type: "render", uiIcon: "extension" },
|
||||||
{ title: "Book", command: command, type: "book", uiIcon: "book" },
|
{ title: "Book", command: command, type: "book", uiIcon: "book" },
|
||||||
{ title: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "selection" },
|
{ title: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "selection" },
|
||||||
{ title: "Canvas Note", command: command, type: "canvas-note", uiIcon: "map-alt" },
|
{ title: "Canvas Note", command: command, type: "canvas-note", uiIcon: "pen" },
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user