Auto-commit: 2026-01-06 03:55:13

This commit is contained in:
2026-01-06 03:55:13 +00:00
parent f22a7fcf21
commit a9c70b54ed

View File

@@ -17,13 +17,13 @@
];
frameless = true; # Set some Vencord/Equicord options
plugins = {
HideAttachments.enable = true; # Enable a plugin (works with both Vencord and Equicord)
ignoreActivities = { # Enable a plugin and set some options
enable = true;
ignorePlaying = true;
ignoreWatching = true;
ignoredActivities = [ "someActivity" ];
};
# HideAttachments.enable = true; # Enable a plugin (works with both Vencord and Equicord)
# ignoreActivities = { # Enable a plugin and set some options
# enable = true;
# ignorePlaying = true;
# ignoreWatching = true;
# ignoredActivities = [ "someActivity" ];
# };
};
};
extraConfig = {