Skip to content

Commit

Permalink
Fix tolerance setting entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitja Leino committed Apr 27, 2024
1 parent a57a581 commit 357df1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ class FuzzierSettingsComponent {
"""
How many non-matching letters are allowed when calculating matches.<br><br>
e.g. korlin would still match kotlin.
""".trimIndent())
""".trimIndent(),
false)

val multiMatchActive = SettingsComponent(JBCheckBox(), "Match characters multiple times",
"""
Expand Down

0 comments on commit 357df1b

Please sign in to comment.