diff options
| author | Sofia <me@dzshn.xyz> | 2023-01-14 14:47:12 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 18:47:12 +0100 |
| commit | 9338b92b1a3b68308950a20f0d694901e4c39e2a (patch) | |
| tree | 0b25fcb93f60829471069ae919cbb653463aaee5 /src/plugins/invisibleChat | |
| parent | efb0ef8b9cd4fe83f6979a2f76218eefb5c0d8b8 (diff) | |
| download | Vencord-9338b92b1a3b68308950a20f0d694901e4c39e2a.tar.gz Vencord-9338b92b1a3b68308950a20f0d694901e4c39e2a.tar.bz2 Vencord-9338b92b1a3b68308950a20f0d694901e4c39e2a.zip | |
feat(SilentTyping): add toggle command and icon (#398)
Co-authored-by: Ven <vendicated@riseup.net>
Co-authored-by: Justice Almanzar <superdash993@gmail.com>
Diffstat (limited to 'src/plugins/invisibleChat')
| -rw-r--r-- | src/plugins/invisibleChat/index.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/invisibleChat/index.tsx b/src/plugins/invisibleChat/index.tsx index e2f7769..519a9a6 100644 --- a/src/plugins/invisibleChat/index.tsx +++ b/src/plugins/invisibleChat/index.tsx @@ -21,14 +21,11 @@ import ErrorBoundary from "@components/ErrorBoundary"; import { Devs } from "@utils/constants"; import { getStegCloak } from "@utils/dependencies"; import definePlugin from "@utils/types"; -import { findByPropsLazy } from "@webpack"; -import { Button, ButtonLooks, ChannelStore, FluxDispatcher, Tooltip } from "@webpack/common"; +import { Button, ButtonLooks, ButtonWrapperClasses, ChannelStore, FluxDispatcher, Tooltip } from "@webpack/common"; import { buildDecModal } from "./components/DecryptionModal"; import { buildEncModal } from "./components/EncryptionModal"; -const ButtonWrapperClasses = findByPropsLazy("buttonWrapper", "buttonContent"); - let steggo: any; function PopOverIcon() { |
