diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-09-17 16:16:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 16:16:43 -0400 |
| commit | 40a73b4483500aa94a5e7c3c477b4ca75224de67 (patch) | |
| tree | 2f02d0b7565ac58fcf45eb446950239c006e72dc /src/components/index.ts | |
| parent | 295831a14b002604d2a1f207338c6034ab743c8e (diff) | |
| parent | 80d237a18f7598648d2be3c660083c5e7a9b43e7 (diff) | |
| download | decky-lsfg-vk-40a73b4483500aa94a5e7c3c477b4ca75224de67.tar.gz decky-lsfg-vk-40a73b4483500aa94a5e7c3c477b4ca75224de67.zip | |
Merge pull request #173 from xXJSONDeruloXx/hide-clip-readout
hide clipboard readout
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
