diff options
Diffstat (limited to 'src/components/SmartClipboardButton.tsx')
| -rw-r--r-- | src/components/SmartClipboardButton.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/SmartClipboardButton.tsx b/src/components/SmartClipboardButton.tsx index 8cc52b1..78f76b5 100644 --- a/src/components/SmartClipboardButton.tsx +++ b/src/components/SmartClipboardButton.tsx @@ -9,8 +9,8 @@ interface SmartClipboardButtonProps { } export function SmartClipboardButton({ - command = 'OPTISCALER_PROXY=winmm ~/fgmod/fgmod %command%', - buttonText = 'Copy Launch Command', + command = "~/fgmod/fgmod %command%", + buttonText = "Copy Launch Command", }: SmartClipboardButtonProps) { const [isLoading, setIsLoading] = useState(false); const [showSuccess, setShowSuccess] = useState(false); |
