mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +00:00
fix(betterActivities): correct patch
This commit is contained in:
parent
e1dbd5f753
commit
811a47ba66
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ export default definePlugin({
|
|||
// Show all activities in the user popout/sidebar
|
||||
find: "\"BiteSizeProfileActivitySection\"",
|
||||
replacement: {
|
||||
match: /(?<=\(0,\i\.jsx\)\()\i\.\i(?=,{type:\i.\i.USER_POPOUT_V2,activity:\i,className:\i\.activity,user:\in)/,
|
||||
match: /(?<=\(0,\i\.jsx\)\()\i\.\i(?=,{type:\i.\i.BITE_SIZE_POPOUT,activity:\i,className:\i\.activity,source:\i,user:\i)/,
|
||||
replace: "$self.showAllActivitiesComponent"
|
||||
},
|
||||
predicate: () => settings.store.profiles
|
||||
|
|
Loading…
Reference in a new issue