mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 18:21:37 +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",
|
title: "Copy reference to clipboard",
|
||||||
command: "copyImageReferenceToClipboard",
|
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 }) => {
|
selectMenuItemHandler: async ({ command }) => {
|
||||||
if (command === 'copyImageReferenceToClipboard') {
|
if (command === 'copyImageReferenceToClipboard') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user