mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 17:48:52 -05:00
Disable Activity Status Cleanup For BetterActivities
This commit is contained in:
parent
c29a1df8b8
commit
e89e2491f8
1 changed files with 7 additions and 0 deletions
|
@ -308,6 +308,13 @@ export default definePlugin({
|
|||
},
|
||||
|
||||
patches: [
|
||||
{
|
||||
find: "activity_status_cleanup",
|
||||
replacement: {
|
||||
match: /activityStatusCleanupEnabled:!0/,
|
||||
replace: "activityStatusCleanupEnabled:!1",
|
||||
}
|
||||
},
|
||||
{
|
||||
// Patch activity icons
|
||||
find: '"activity-status-web"',
|
||||
|
|
Loading…
Add table
Reference in a new issue