mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 00:59:09 -05:00
Rename FullVCPFP
This commit is contained in:
parent
523ed8c7f7
commit
5adea8a81c
1 changed files with 5 additions and 2 deletions
|
@ -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\":",
|
||||
|
|
Loading…
Add table
Reference in a new issue