From 2e6dfaa8795d093e50d87ebb5e7805cddb29a52c Mon Sep 17 00:00:00 2001 From: Remty Date: Tue, 4 Apr 2023 15:28:41 +0200 Subject: [PATCH] FakeProfileThemes: add usage guide (#778) Co-authored-by: V --- src/plugins/fakeProfileThemes.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/plugins/fakeProfileThemes.tsx b/src/plugins/fakeProfileThemes.tsx index de42dd916..ede0e7298 100644 --- a/src/plugins/fakeProfileThemes.tsx +++ b/src/plugins/fakeProfileThemes.tsx @@ -23,7 +23,7 @@ import { Devs } from "@utils/constants"; import { Margins } from "@utils/margins"; import { copyWithToast } from "@utils/misc"; import definePlugin, { OptionType } from "@utils/types"; -import { Button } from "@webpack/common"; +import { Button, Forms } from "@webpack/common"; import { User } from "discord-types/general"; import virtualMerge from "virtual-merge"; @@ -100,6 +100,21 @@ export default definePlugin({ } } ], + settingsAboutComponent: () => ( + + Usage + + After enabling this plugin, you will see custom colors in the profiles of other people using compatible plugins.
+ To set your own colors: +
    +
  • • go to your profile settings
  • +
  • • choose your own colors in the Nitro preview
  • +
  • • click the "Copy 3y3" button
  • +
  • • paste the invisible text anywhere in your bio
  • +

+ Please note: if you are using a theme which hides nitro upsells, you should disable it temporarily to set colors. +
+
), settings, colorDecodeHook(user: UserProfile) { if (user) {