diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-21 13:50:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 13:50:23 -0400 |
| commit | b0621d15c675b7b8c1615b0699cc85ea1430a728 (patch) | |
| tree | 01f555d9b592be219da5a1da6a70950f11c7cdc0 /src/components/DocumentationButton.tsx | |
| parent | 9573344450de451b8f9c7295c11318010d67f1d5 (diff) | |
| download | Decky-Framegen-b0621d15c675b7b8c1615b0699cc85ea1430a728.tar.gz Decky-Framegen-b0621d15c675b7b8c1615b0699cc85ea1430a728.zip | |
* 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.tsx | 2 |
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" |
