diff options
Diffstat (limited to 'src/plugins/emoteCloner.tsx')
-rw-r--r-- | src/plugins/emoteCloner.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/emoteCloner.tsx b/src/plugins/emoteCloner.tsx index 609ef08..afbb398 100644 --- a/src/plugins/emoteCloner.tsx +++ b/src/plugins/emoteCloner.tsx @@ -188,7 +188,7 @@ const messageContextMenuPatch: NavContextMenuPatchCallback = (children, props) = const src = itemHref ?? itemSrc; const isAnimated = new URL(src).pathname.endsWith(".gif"); - const group = findGroupChildrenByChildId("save-image", children); + const group = findGroupChildrenByChildId("copy-link", children); if (group && !group.some(child => child?.props?.id === "emote-cloner")) { group.push(( <Menu.MenuItem |