Remove accidently introduced patch

This commit is contained in:
Vendicated 2023-04-04 21:28:38 +02:00
parent a55c758b0e
commit f088f17a0a
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
1 changed files with 0 additions and 7 deletions

View File

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