From 227acb969dc4b36cae427d2cf6a063ec51f41e13 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 17 Sep 2025 15:03:57 -0400 Subject: feat: add clipboard readout and logging --- src/components/Content.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/Content.tsx') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index e870dda..e82a7c3 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -12,6 +12,7 @@ import { WikiButton } from "./WikiButton"; import { ClipboardButton } from "./ClipboardButton"; import { SmartClipboardButton } from "./SmartClipboardButton"; import { FgmodClipboardButton } from "./FgmodClipboardButton"; +import { ClipboardDisplay } from "./ClipboardDisplay"; import { PluginUpdateChecker } from "./PluginUpdateChecker"; import { NerdStuffModal } from "./NerdStuffModal"; import { ConfigurationData } from "../config/configSchema"; @@ -100,6 +101,7 @@ export function Content() { {/* Clipboard buttons - only show if installed */} {isInstalled && ( <> + -- cgit v1.2.3