mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
fix patch
This commit is contained in:
parent
e0040c44fd
commit
29b9995598
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "?\"PRESS_WATCH_ON_CRUNCHYROLL_BUTTON\"",
|
||||
replacement: {
|
||||
match: /(?=onClick)(?=.{0,200}index:(\i))/,
|
||||
match: /(?<=fullWidth:!0,)(?=onClick)(?=.{0,200}index:(\i))/,
|
||||
replace: "onContextMenu: $self.makeContextMenu(arguments[0], $1),"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue