From 5c04fac36615ff474294f9875586616b60e6090b Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:23:58 -0500 Subject: [PATCH] Add warning for FullVCPFP --- src/equicordplugins/fullVcPfp/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/fullVcPfp/index.tsx b/src/equicordplugins/fullVcPfp/index.tsx index fea49a71..25fffa09 100644 --- a/src/equicordplugins/fullVcPfp/index.tsx +++ b/src/equicordplugins/fullVcPfp/index.tsx @@ -15,7 +15,7 @@ import style from "./style.css?managed"; migratePluginSettings("FullVCPFP", "fullVcPfp"); export default definePlugin({ name: "FullVCPFP", - description: "Makes avatars take up the entire vc tile for a more dynamic and immersive experience", + description: "Makes avatars take up the entire vc tile. Breaks if USRBG Voice Background is enabled.", authors: [EquicordDevs.mochienya], patches: [{ find: "\"data-selenium-video-tile\":",