From 9338b92b1a3b68308950a20f0d694901e4c39e2a Mon Sep 17 00:00:00 2001 From: Sofia Date: Sat, 14 Jan 2023 14:47:12 -0300 Subject: feat(SilentTyping): add toggle command and icon (#398) Co-authored-by: Ven Co-authored-by: Justice Almanzar --- src/plugins/invisibleChat/index.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/plugins/invisibleChat') 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() { -- cgit