diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-10-20 12:21:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 12:21:02 -0400 |
| commit | 76c1ec79a3343c356298bad383845cade214061d (patch) | |
| tree | e9895aa7f298928a04ce863b6dcb8b94a1fa67a3 /src/components/Content.tsx | |
| parent | 22fd2c9fdd26250fff22a4c1f810eeb8cc4c941d (diff) | |
| parent | a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8 (diff) | |
| download | decky-lsfg-vk-76c1ec79a3343c356298bad383845cade214061d.tar.gz decky-lsfg-vk-76c1ec79a3343c356298bad383845cade214061d.zip | |
Merge pull request #188 from xXJSONDeruloXx/pancake-cleanup
Pancake cleanup
Diffstat (limited to 'src/components/Content.tsx')
| -rw-r--r-- | src/components/Content.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx index d3c04d3..fdb8672 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -8,8 +8,8 @@ import { InstallationButton } from "./InstallationButton"; import { ConfigurationSection } from "./ConfigurationSection"; import { ProfileManagement } from "./ProfileManagement"; import { UsageInstructions } from "./UsageInstructions"; -import { WikiButton } from "./WikiButton"; -import { ClipboardButton } from "./ClipboardButton"; +// import { WikiButton } from "./WikiButton"; +// import { ClipboardButton } from "./ClipboardButton"; import { SmartClipboardButton } from "./SmartClipboardButton"; import { FgmodClipboardButton } from "./FgmodClipboardButton"; // import { ClipboardDisplay } from "./ClipboardDisplay"; @@ -135,8 +135,8 @@ export function Content() { <UsageInstructions config={config} /> {/* Wiki and clipboard buttons - always available for documentation */} - <WikiButton /> - <ClipboardButton /> + {/* <WikiButton /> */} + {/* <ClipboardButton /> */} {/* Plugin Update Checker */} {/* <PluginUpdateChecker /> */} |
