mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 13:11:57 -04:00
Fix AlwaysAnimate Patch
This commit is contained in:
parent
57736f8a8e
commit
c9fbbe6223
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default definePlugin({
|
|||
find: ".animatedBannerHoverLayer,onMouseEnter:",
|
||||
replacement: {
|
||||
match: /(?<=guildBanner:\i,animate:)\i(?=,isRefreshEnabled:)/,
|
||||
replace: "animate:!0"
|
||||
replace: "!0"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue