mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-12-15 06:50:12 +08:00
parent
95ecd29018
commit
4d6cb547ea
@ -223,7 +223,7 @@ class ModListPageSkin extends SkinBase<ModListPage> {
|
||||
}
|
||||
} else {
|
||||
String lowerQueryString = queryString.toLowerCase(Locale.ROOT);
|
||||
predicate = s -> s.contains(lowerQueryString);
|
||||
predicate = s -> s.toLowerCase(Locale.ROOT).contains(lowerQueryString);
|
||||
}
|
||||
|
||||
// Do we need to search in the background thread?
|
||||
|
Loading…
Reference in New Issue
Block a user