Fix AnonymiseFileNames

Also fix issues with User Profile Modal v2 MutualGroupDMs patches
This commit is contained in:
Nuckyz 2025-06-04 20:53:43 -03:00
parent f0fcaf734e
commit 0e90bda3c7
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 14 additions and 20 deletions

View file

@ -121,14 +121,9 @@ export default definePlugin({
},
// Make the gap between each item smaller so our tab can fit.
{
match: /className:\i\.tabBar/,
replace: '$& + " vc-mutual-gdms-modal-v2-tab-bar"'
match: /type:"top",/,
replace: '$&className:"vc-mutual-gdms-modal-v2-tab-bar",'
},
// Make the tab bar item text smaller so our tab can fit.
{
match: /(\.tabBarItem.+?variant:)"heading-md\/normal"/,
replace: '$1"heading-sm/normal"'
}
]
},
{