diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 14:32:35 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 14:32:35 -0400 |
| commit | c52d1fa86d302d0d6cb29808aa62c755c7b33362 (patch) | |
| tree | 52c1cad716b92c784d2946d063cc36b34255ea5e /src/components/UsageInstructions.tsx | |
| parent | 7c91f739ff2c6e2da2b31533b3cf170c7d198f3c (diff) | |
| parent | 5598bb0e97fd9a0e16f63c4c93a4dc6ae1f169ab (diff) | |
| download | decky-lsfg-vk-c52d1fa86d302d0d6cb29808aa62c755c7b33362.tar.gz decky-lsfg-vk-c52d1fa86d302d0d6cb29808aa62c755c7b33362.zip | |
Merge main and normalize translation locale handling
Diffstat (limited to 'src/components/UsageInstructions.tsx')
| -rw-r--r-- | src/components/UsageInstructions.tsx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index 6d32506..36e31cf 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -1,12 +1,7 @@ import { PanelSectionRow } from "@decky/ui"; -import { ConfigurationData } from "../config/configSchema"; import t from '../i18n/i18n'; -interface UsageInstructionsProps { - config: ConfigurationData; -} - -export function UsageInstructions({ config: _config }: UsageInstructionsProps) { +export function UsageInstructions() { return ( <> <PanelSectionRow> |
