Fix FullVCPFP Description

This commit is contained in:
thororen1234 2025-02-09 23:40:19 -05:00
parent 1a02bb35b2
commit 5f96c2fd73
2 changed files with 1 additions and 2 deletions

View file

@ -328,7 +328,6 @@ page.on("error", e => logStderr("[Error]", e.message));
page.on("pageerror", e => { page.on("pageerror", e => {
if (e.message.includes("Sentry successfully disabled")) return; if (e.message.includes("Sentry successfully disabled")) return;
if (e.message.includes("the network is offline")) return; if (e.message.includes("the network is offline")) return;
if (e.message.includes("Cannot read properties of undefined (reading 'includes')")) return;
if (!e.message.startsWith("Object") && !e.message.includes("Cannot find module") && !/^.{1,2}$/.test(e.message)) { if (!e.message.startsWith("Object") && !e.message.includes("Cannot find module") && !/^.{1,2}$/.test(e.message)) {
logStderr("[Page Error]", e.message); logStderr("[Page Error]", e.message);

View file

@ -20,7 +20,7 @@ interface iUSRBG extends Plugin {
migratePluginSettings("FullVCPFP", "fullVcPfp"); migratePluginSettings("FullVCPFP", "fullVcPfp");
export default definePlugin({ export default definePlugin({
name: "FullVCPFP", name: "FullVCPFP",
description: "Makes avatars take up the entire vc tile. Breaks if USRBG Voice Background is enabled.", description: "Makes avatars take up the entire vc tile",
authors: [EquicordDevs.mochienya], authors: [EquicordDevs.mochienya],
patches: [ patches: [
{ {