From 11b0ba0ee9173415baa3e64d6e8693f092474ff0 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:57:47 -0400 Subject: [PATCH] Timezones fix? --- src/equicordplugins/timezones/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/equicordplugins/timezones/index.tsx b/src/equicordplugins/timezones/index.tsx index 4af3a86c..f6c9e7b6 100644 --- a/src/equicordplugins/timezones/index.tsx +++ b/src/equicordplugins/timezones/index.tsx @@ -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: {