mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
VencordDesktop: Include web plugins & use proper showItemInFolder
This commit is contained in:
parent
d8a5e43034
commit
676bc612d9
9 changed files with 21 additions and 13 deletions
|
@ -35,7 +35,7 @@ export default definePlugin({
|
|||
find: ".Menu,{",
|
||||
all: true,
|
||||
replacement: {
|
||||
match: /(?<=\.jsxs?\)\(\i\.Menu,)\{/,
|
||||
match: /(?<=\.jsxs?\)\(\i\.Menu,)\{/g,
|
||||
replace: "{contextMenuApiArguments:typeof arguments!=='undefined'?arguments:[],"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue