From d52df5334316ad2d4465b57bd0d0199f62fe29ef Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Fri, 15 Aug 2025 12:11:35 -0700 Subject: [PATCH] tweak default to 0.15 --- src-tauri/src/settings.rs | 2 +- src/components/settings/debug/WordCorrectionThreshold.tsx | 2 +- src/lib/types.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/src/settings.rs b/src-tauri/src/settings.rs index 9398d66..336d567 100644 --- a/src-tauri/src/settings.rs +++ b/src-tauri/src/settings.rs @@ -73,7 +73,7 @@ fn default_debug_mode() -> bool { } fn default_word_correction_threshold() -> f64 { - 0.2 + 0.15 } pub const SETTINGS_STORE_PATH: &str = "settings_store.json"; diff --git a/src/components/settings/debug/WordCorrectionThreshold.tsx b/src/components/settings/debug/WordCorrectionThreshold.tsx index 8816689..fce241e 100644 --- a/src/components/settings/debug/WordCorrectionThreshold.tsx +++ b/src/components/settings/debug/WordCorrectionThreshold.tsx @@ -18,7 +18,7 @@ export const WordCorrectionThreshold: React.FC< return (