diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-21 07:58:24 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-21 07:58:24 -0400 |
| commit | 80e8abebe227f4d1c265035cfea68e29400fab3f (patch) | |
| tree | 27a3494333eb094ba4c353a5b48fb3ca0d326323 /src/components/ClipboardCommands.tsx | |
| parent | 2668d9649bf36d1e279470f81918464dd30f5e3d (diff) | |
| download | Decky-Framegen-80e8abebe227f4d1c265035cfea68e29400fab3f.tar.gz Decky-Framegen-80e8abebe227f4d1c265035cfea68e29400fab3f.zip | |
Add running-game config editor UI
Diffstat (limited to 'src/components/ClipboardCommands.tsx')
| -rw-r--r-- | src/components/ClipboardCommands.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ClipboardCommands.tsx b/src/components/ClipboardCommands.tsx index 5344a6b..d822929 100644 --- a/src/components/ClipboardCommands.tsx +++ b/src/components/ClipboardCommands.tsx @@ -10,7 +10,7 @@ export function ClipboardCommands({ pathExists }: ClipboardCommandsProps) { return ( <> <SmartClipboardButton - command='OPTISCALER_PROXY=winmm ~/fgmod/fgmod %command%' + command="~/fgmod/fgmod %command%" buttonText="Copy enable launch command" /> |
