import { PanelSectionRow } from "@decky/ui"; export function UsageInstructions() { 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.
); }