From 0baecbdb0c32059afc8625d5a2971e5cdd20485b Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Wed, 6 Aug 2025 06:32:37 +0400 Subject: [PATCH] style: copy --- .vscode/settings.json | 1 + src/components/shared-camoufox-config-form.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3d47b4e..d648f1f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -147,6 +147,7 @@ "tasklist", "tauri", "TERX", + "testpass", "testuser", "timedatectl", "titlebar", diff --git a/src/components/shared-camoufox-config-form.tsx b/src/components/shared-camoufox-config-form.tsx index 3b2cb21..87b649e 100644 --- a/src/components/shared-camoufox-config-form.tsx +++ b/src/components/shared-camoufox-config-form.tsx @@ -174,8 +174,10 @@ export function SharedCamoufoxConfigForm({ ⚠️ Warning: Only edit these parameters if you know what you're doing. - Incorrect parameters may break websites, make them detect you, and - lead to hard-to-debug bugs. + Incorrect values may break websites, make them detect you, and lead to + hard-to-debug bugs.{" "} + {isCreating && + "The app will attempt to generate sensible defaults for all parameters you don't set."}