From 5adea8a81cc1111f951dd0e1bf25fb667b2b46d4 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:02:22 -0500 Subject: [PATCH] Rename FullVCPFP --- src/equicordplugins/fullVcPfp/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/equicordplugins/fullVcPfp/index.tsx b/src/equicordplugins/fullVcPfp/index.tsx index b8f60fab..fea49a71 100644 --- a/src/equicordplugins/fullVcPfp/index.tsx +++ b/src/equicordplugins/fullVcPfp/index.tsx @@ -4,15 +4,18 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ +import { migratePluginSettings } from "@api/Settings"; import { disableStyle, enableStyle } from "@api/Styles"; import { EquicordDevs } from "@utils/constants"; import definePlugin from "@utils/types"; import { IconUtils, UserStore } from "@webpack/common"; 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 🚀", + name: "FullVCPFP", + description: "Makes avatars take up the entire vc tile for a more dynamic and immersive experience", authors: [EquicordDevs.mochienya], patches: [{ find: "\"data-selenium-video-tile\":",