summaryrefslogtreecommitdiff
path: root/src/components/ClipboardCommands.tsx
diff options
context:
space:
mode:
authorxXJsonDeruloXx <danielhimebauch@gmail.com>2026-03-21 07:58:24 -0400
committerxXJsonDeruloXx <danielhimebauch@gmail.com>2026-03-21 07:58:24 -0400
commit80e8abebe227f4d1c265035cfea68e29400fab3f (patch)
tree27a3494333eb094ba4c353a5b48fb3ca0d326323 /src/components/ClipboardCommands.tsx
parent2668d9649bf36d1e279470f81918464dd30f5e3d (diff)
downloadDecky-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.tsx2
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"
/>