diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 13:21:11 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 13:21:11 -0400 |
| commit | 0dd6b54e6992f6d71a920a7b8bd8ca84672db145 (patch) | |
| tree | 98f3ef8c841b341ea63d3055a460b4ff8e171815 /src/components/Content.tsx | |
| parent | 6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8 (diff) | |
| download | decky-lsfg-vk-0dd6b54e6992f6d71a920a7b8bd8ca84672db145.tar.gz decky-lsfg-vk-0dd6b54e6992f6d71a920a7b8bd8ca84672db145.zip | |
bring copy button to top for more usage
Diffstat (limited to 'src/components/Content.tsx')
| -rw-r--r-- | src/components/Content.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx index c4934a6..a075574 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -71,6 +71,8 @@ export function Content() { isInstalled={isInstalled} installationStatus={installationStatus} /> + + <SmartClipboardButton /> {/* Configuration Section - only show if installed */} {isInstalled && ( @@ -84,7 +86,6 @@ export function Content() { <WikiButton /> <ClipboardButton /> - <SmartClipboardButton /> {/* Plugin Update Checker */} <PluginUpdateChecker /> {/* Nerd Stuff Button */} |
