Fix Timezones & Drop Colorways For Now

This commit is contained in:
thororen 2024-08-25 00:45:24 -04:00
parent 9f39648b0f
commit bef7dc9488
40 changed files with 1 additions and 8923 deletions

View file

@ -151,7 +151,7 @@ export default definePlugin({
{
find: 'backgroundColor:"COMPLETE"',
replacement: {
match: /(?<=hasProfileEffect.+?)children:\[/,
match: /(?<=backgroundImage.+?)children:\[/,
replace: "$&$self.renderProfileTimezone(arguments[0]),"
}
},