diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 12:28:36 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 12:28:36 -0400 |
| commit | 0668428a5ebc221d39b907f251dc0dc43e30a2df (patch) | |
| tree | b60414cb79057b3e1f38c7e114ab9ec0f6c3d61d /src/components/Content.tsx | |
| parent | a7fb5ee69c8d74534f2994263558ddcd9c8c0d41 (diff) | |
| download | decky-lsfg-vk-0668428a5ebc221d39b907f251dc0dc43e30a2df.tar.gz decky-lsfg-vk-0668428a5ebc221d39b907f251dc0dc43e30a2df.zip | |
testing alt keyboard copy methods
Diffstat (limited to 'src/components/Content.tsx')
| -rw-r--r-- | src/components/Content.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 9ce4c35..f6f24dc 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -8,6 +8,8 @@ import { ConfigurationSection } from "./ConfigurationSection"; import { UsageInstructions } from "./UsageInstructions"; import { WikiButton } from "./WikiButton"; import { ClipboardButton } from "./ClipboardButton"; +import { SmartClipboardButton } from "./SmartClipboardButton"; +import { ClipboardExperiments } from "./ClipboardExperiments"; import { PluginUpdateChecker } from "./PluginUpdateChecker"; import { NerdStuffModal } from "./NerdStuffModal"; import { ConfigurationData } from "../config/configSchema"; @@ -83,6 +85,10 @@ export function Content() { <WikiButton /> <ClipboardButton /> + <SmartClipboardButton /> + + {/* Experimental Clipboard Automation */} + <ClipboardExperiments /> {/* Plugin Update Checker */} <PluginUpdateChecker /> |
