import { PanelSectionRow } from "@decky/ui"; import { ConfigurationData } from "../config/configSchema"; interface UsageInstructionsProps { config: ConfigurationData; } export function UsageInstructions({ config: _config }: UsageInstructionsProps) { return ( <>
Usage Instructions
Click "Copy Launch Option" button, then paste it into your Steam game's launch options to enable frame generation.
~/lsfg %command%
The configuration is stored in ~/.config/lsfg-vk/conf.toml and hot-reloads while games are running.
); }