1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-11 02:16:23 +00:00

Decor: Fix find targetting wrong module in some cases

This commit is contained in:
Nuckyz 2024-03-28 12:57:28 -03:00 committed by Luna
parent fca13a6b95
commit 76484f25f4

View file

@ -49,7 +49,7 @@ export default definePlugin({
}, },
// Decoration modal module // Decoration modal module
{ {
find: ".decorationGridItem", find: ".decorationGridItem,",
replacement: [ replacement: [
{ {
match: /(?<==)\i=>{let{children.{20,100}decorationGridItem/, match: /(?<==)\i=>{let{children.{20,100}decorationGridItem/,