1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-25 16:56:23 +00:00

Fix duplicated WebContextMenus find

This commit is contained in:
Nuckyz 2023-10-26 15:36:05 -03:00 committed by Luna
parent 58674273ae
commit b235593d39

View file

@ -147,7 +147,7 @@ export default definePlugin({
} }
}, },
{ {
find: 'navId:"textarea-context"', find: ".SLASH_COMMAND_SUGGESTIONS_TOGGLED,{",
predicate: () => settings.store.addBack, predicate: () => settings.store.addBack,
replacement: [ replacement: [
{ {