sync canvas icon of tree_context_menu

This commit is contained in:
Tom 2022-05-09 16:57:23 +02:00
parent a168edb168
commit 35c4c61d15

View file

@ -34,7 +34,7 @@ class TreeContextMenu {
{ title: "Render HTML note", command: command, type: "render", uiIcon: "extension" },
{ title: "Book", command: command, type: "book", uiIcon: "book" },
{ 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" },
];
}