From 357df1b5126e1454aa30ebe4ef3ca9a41b5b14ab Mon Sep 17 00:00:00 2001 From: Mitja Leino Date: Sat, 27 Apr 2024 12:17:13 +0300 Subject: [PATCH] Fix tolerance setting entry --- .../com/mituuz/fuzzier/components/FuzzierSettingsComponent.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/com/mituuz/fuzzier/components/FuzzierSettingsComponent.kt b/src/main/kotlin/com/mituuz/fuzzier/components/FuzzierSettingsComponent.kt index 31fb800..b9f00dc 100644 --- a/src/main/kotlin/com/mituuz/fuzzier/components/FuzzierSettingsComponent.kt +++ b/src/main/kotlin/com/mituuz/fuzzier/components/FuzzierSettingsComponent.kt @@ -93,7 +93,8 @@ class FuzzierSettingsComponent { """ How many non-matching letters are allowed when calculating matches.

e.g. korlin would still match kotlin. - """.trimIndent()) + """.trimIndent(), + false) val multiMatchActive = SettingsComponent(JBCheckBox(), "Match characters multiple times", """