summaryrefslogtreecommitdiff
path: root/src/components/ClipboardCommands.tsx
diff options
context:
space:
mode:
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"
/>