mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 23:58:52 -05:00
Fix NoModalAnimation
This commit is contained in:
parent
d7eff5dca7
commit
291b3b4647
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
find: "BackdropStyles:function(){",
|
find: "{BackdropStyles:function(){",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /\?0:300/,
|
match: /\?0:300/,
|
||||||
replace: "?0:0",
|
replace: "?0:0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue