summaryrefslogtreecommitdiff
path: root/src/components/DocumentationButton.tsx
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-21 13:50:23 -0400
committerGitHub <noreply@github.com>2025-07-21 13:50:23 -0400
commitb0621d15c675b7b8c1615b0699cc85ea1430a728 (patch)
tree01f555d9b592be219da5a1da6a70950f11c7cdc0 /src/components/DocumentationButton.tsx
parent9573344450de451b8f9c7295c11318010d67f1d5 (diff)
downloadDecky-Framegen-b0621d15c675b7b8c1615b0699cc85ea1430a728.tar.gz
Decky-Framegen-b0621d15c675b7b8c1615b0699cc85ea1430a728.zip
hooking clipboard automation button, hide plugin wiki for now (#118)v0.11.4v0.11.3
* hooking clipboard automation button, hide plugin wiki for now * add direct copy to clip buttons for patch and unpatch
Diffstat (limited to 'src/components/DocumentationButton.tsx')
-rw-r--r--src/components/DocumentationButton.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/DocumentationButton.tsx b/src/components/DocumentationButton.tsx
index 4125fd3..7069bc2 100644
--- a/src/components/DocumentationButton.tsx
+++ b/src/components/DocumentationButton.tsx
@@ -12,6 +12,7 @@ export function DocumentationButton() {
return (
<PanelSection>
+ {/*
<PanelSectionRow>
<ButtonItem
layout="below"
@@ -23,6 +24,7 @@ export function DocumentationButton() {
</div>
</ButtonItem>
</PanelSectionRow>
+ */}
<PanelSectionRow>
<ButtonItem
layout="below"