mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08: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