Fix NoModalAnimation

This commit is contained in:
thororen1234 2024-06-13 21:42:55 -04:00
parent d7eff5dca7
commit 291b3b4647

View file

@ -20,7 +20,7 @@ export default definePlugin({
}
},
{
find: "BackdropStyles:function(){",
find: "{BackdropStyles:function(){",
replacement: {
match: /\?0:300/,
replace: "?0:0",