Fix Vencord
This commit is contained in:
@ -45,6 +45,13 @@ export default definePlugin({
|
||||
replace: "true",
|
||||
},
|
||||
},
|
||||
{
|
||||
find: ".colorPickerFooter",
|
||||
replacement: {
|
||||
match: /function (\i).{0,200}\.colorPickerFooter/,
|
||||
replace: "$self.ColorPicker=$1;$&"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
options: {
|
||||
|
Reference in New Issue
Block a user