summaryrefslogtreecommitdiff
path: root/src/components/SmartClipboardButton.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/SmartClipboardButton.tsx
parent2668d9649bf36d1e279470f81918464dd30f5e3d (diff)
downloadDecky-Framegen-80e8abebe227f4d1c265035cfea68e29400fab3f.tar.gz
Decky-Framegen-80e8abebe227f4d1c265035cfea68e29400fab3f.zip
Add running-game config editor UI
Diffstat (limited to 'src/components/SmartClipboardButton.tsx')
-rw-r--r--src/components/SmartClipboardButton.tsx4
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);