Merge branch 'Tryibion-change-filter-length'

This commit is contained in:
2023-01-24 19:40:22 +01:00
+1 -1
View File
@@ -15,7 +15,7 @@ namespace FlaxEditor.Utilities
/// <summary>
/// The minimum text match length.
/// </summary>
public const int MinLength = 2;
public const int MinLength = 1;
/// <summary>
/// Matches the specified text with the filter.