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."}