ReviewDB: Fix patch for latest canary changes

This commit is contained in:
Nuckyz 2025-10-10 18:51:46 -03:00
parent e8ea561e71
commit 732f7dd4b4
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -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}),"
}
}