mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-18 17:31:53 +08:00
Add missing icons
This commit is contained in:
parent
322d261df7
commit
3792761ffc
@ -20,9 +20,13 @@ function setupContextMenu($image) {
|
||||
{
|
||||
title: "Copy reference to clipboard",
|
||||
command: "copyImageReferenceToClipboard",
|
||||
uiIcon: "bx bx-empty"
|
||||
uiIcon: "bx bx-directions"
|
||||
},
|
||||
{
|
||||
title: "Copy image to clipboard",
|
||||
command: "copyImageToClipboard",
|
||||
uiIcon: "bx bx-copy"
|
||||
},
|
||||
{ title: "Copy image to clipboard", command: "copyImageToClipboard", uiIcon: "bx bx-empty" },
|
||||
],
|
||||
selectMenuItemHandler: async ({ command }) => {
|
||||
if (command === 'copyImageReferenceToClipboard') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user