mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
ReviewDB: Fix patch for latest canary changes
This commit is contained in:
parent
e8ea561e71
commit
732f7dd4b4
1 changed files with 2 additions and 2 deletions
|
|
@ -84,9 +84,9 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: ".SIDEBAR,shouldShowTooltip:",
|
||||
find: ".SIDEBAR,disableToolbar:",
|
||||
replacement: {
|
||||
match: /children:\[(?=[^[]+?shouldShowTooltip:)/,
|
||||
match: /children:\[(?=[^[]+?\.SIDEBAR}\),\i\.bot)/,
|
||||
replace: "$&$self.BiteSizeReviewsButton({user:arguments[0].user}),"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue