mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Timezones fix?
This commit is contained in:
parent
86be153564
commit
11b0ba0ee9
1 changed files with 3 additions and 3 deletions
|
@ -148,13 +148,13 @@ export default definePlugin({
|
|||
|
||||
patches: [
|
||||
// stolen from ViewIcons
|
||||
...[".NITRO_BANNER,", "=!1,canUsePremiumCustomization:"].map(find => ({
|
||||
find,
|
||||
{
|
||||
find: 'backgroundColor:"COMPLETE"',
|
||||
replacement: {
|
||||
match: /(?<=hasProfileEffect.+?)children:\[/,
|
||||
replace: "$&$self.renderProfileTimezone(arguments[0]),"
|
||||
}
|
||||
})),
|
||||
},
|
||||
{
|
||||
find: '"Message Username"',
|
||||
replacement: {
|
||||
|
|
Loading…
Reference in a new issue