Fix Vencord

This commit is contained in:
Vendicated
2023-04-04 21:09:47 +02:00
parent 2e6dfaa879
commit f092f434fe
12 changed files with 42 additions and 141 deletions

View File

@ -45,6 +45,13 @@ export default definePlugin({
replace: "true",
},
},
{
find: ".colorPickerFooter",
replacement: {
match: /function (\i).{0,200}\.colorPickerFooter/,
replace: "$self.ColorPicker=$1;$&"
}
}
],
options: {