fix(betterActivities): patch location including application prop

This commit is contained in:
D3SOX 2024-07-10 21:03:58 +02:00
parent 917ae898c2
commit f80593aef8
No known key found for this signature in database
GPG key ID: 39EC1673FC37B048

View file

@ -254,7 +254,7 @@ export default definePlugin({
},
{
// Show all activities in the user popout/sidebar
find: '"BiteSizeProfileActivitySection"',
find: '"UserActivityContainer"',
replacement: {
match: /(?<=\(0,\i\.jsx\)\()\i\.\i(?=,{type:\i.\i.BITE_SIZE_POPOUT,activity:\i,className:\i\.activity,source:\i,user:\i)/,
replace: "$self.showAllActivitiesComponent"