diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-15 21:45:20 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-15 21:45:20 -0400 |
| commit | 3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141 (patch) | |
| tree | 94800a7c641dc5f04dc49b291138baf85bb948be /src/components/UsageInstructions.tsx | |
| parent | 15b007fddefecae48a3c736320770411d64bbb8f (diff) | |
| download | decky-lsfg-vk-3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141.tar.gz decky-lsfg-vk-3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141.zip | |
add clipboard web launch button
Diffstat (limited to 'src/components/UsageInstructions.tsx')
| -rw-r--r-- | src/components/UsageInstructions.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index ca9ddd2..bf80630 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -1,5 +1,4 @@ import { PanelSectionRow } from "@decky/ui"; -import { WikiButton } from "./WikiButton"; interface ConfigType { enableLsfg: boolean; @@ -96,8 +95,6 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { </div> </div> </PanelSectionRow> - - <WikiButton /> </> ); } |
