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", """