aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/emoteCloner.tsx
diff options
context:
space:
mode:
authorNuckyz <61953774+Nuckyz@users.noreply.github.com>2023-03-21 03:07:16 -0300
committerGitHub <noreply@github.com>2023-03-21 06:07:16 +0000
commit586b26d2d4736e401beba41a29cf03d27e69ca7f (patch)
tree234bcc6edc597ca976e55c7db22c0aa6c590dbe4 /src/plugins/emoteCloner.tsx
parentd482d33d6f93632b1277524efc5aa392f596f095 (diff)
downloadVencord-586b26d2d4736e401beba41a29cf03d27e69ca7f.tar.gz
Vencord-586b26d2d4736e401beba41a29cf03d27e69ca7f.tar.bz2
Vencord-586b26d2d4736e401beba41a29cf03d27e69ca7f.zip
Fixes and ShowHiddenChannels improvements (#634)
~ Fixes #630 ~ Fixes #618
Diffstat (limited to 'src/plugins/emoteCloner.tsx')
-rw-r--r--src/plugins/emoteCloner.tsx2
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