diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-17 15:59:12 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-17 15:59:12 -0400 |
| commit | 80d237a18f7598648d2be3c660083c5e7a9b43e7 (patch) | |
| tree | 2f02d0b7565ac58fcf45eb446950239c006e72dc /src | |
| parent | 295831a14b002604d2a1f207338c6034ab743c8e (diff) | |
| download | decky-lsfg-vk-80d237a18f7598648d2be3c660083c5e7a9b43e7.tar.gz decky-lsfg-vk-80d237a18f7598648d2be3c660083c5e7a9b43e7.zip | |
hide clipboard readout
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Content.tsx | 4 | ||||
| -rw-r--r-- | src/components/index.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx index e82a7c3..a00a595 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -12,7 +12,7 @@ import { WikiButton } from "./WikiButton"; import { ClipboardButton } from "./ClipboardButton"; import { SmartClipboardButton } from "./SmartClipboardButton"; import { FgmodClipboardButton } from "./FgmodClipboardButton"; -import { ClipboardDisplay } from "./ClipboardDisplay"; +// import { ClipboardDisplay } from "./ClipboardDisplay"; import { PluginUpdateChecker } from "./PluginUpdateChecker"; import { NerdStuffModal } from "./NerdStuffModal"; import { ConfigurationData } from "../config/configSchema"; @@ -101,7 +101,7 @@ export function Content() { {/* Clipboard buttons - only show if installed */} {isInstalled && ( <> - <ClipboardDisplay /> + {/* <ClipboardDisplay /> */} <SmartClipboardButton /> <FgmodClipboardButton /> </> diff --git a/src/components/index.ts b/src/components/index.ts index c3ace84..802cd3c 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -7,7 +7,7 @@ export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; export { FgmodClipboardButton } from "./FgmodClipboardButton"; -export { ClipboardDisplay } from "./ClipboardDisplay"; +// export { ClipboardDisplay } from "./ClipboardDisplay"; export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; export { ProfileManagement } from "./ProfileManagement"; |
