VencordDesktop: Include web plugins & use proper showItemInFolder
This commit is contained in:
@ -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:[],"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user