From 80e8abebe227f4d1c265035cfea68e29400fab3f Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Sat, 21 Mar 2026 07:58:24 -0400 Subject: Add running-game config editor UI --- src/components/SmartClipboardButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/SmartClipboardButton.tsx') 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); -- cgit v1.2.3