Fix AlwaysAnimate Patch
Some checks failed
Release / Build Equicord (push) Has been cancelled
Sync to Codeberg / Sync Codeberg and Github (push) Has been cancelled
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-03-19 21:33:03 -04:00
parent 57736f8a8e
commit c9fbbe6223
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ export default definePlugin({
find: ".animatedBannerHoverLayer,onMouseEnter:", find: ".animatedBannerHoverLayer,onMouseEnter:",
replacement: { replacement: {
match: /(?<=guildBanner:\i,animate:)\i(?=,isRefreshEnabled:)/, match: /(?<=guildBanner:\i,animate:)\i(?=,isRefreshEnabled:)/,
replace: "animate:!0" replace: "!0"
} }
} }
] ]