mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 11:26:38 -04:00
Merge 58c7dd40f8d45edc317f497be0a2927447d043a7 into 9969dc60c5278340b6b9a4d7facdde620e99d1f5
This commit is contained in:
commit
b18ca2deff
@ -265,7 +265,13 @@ class ModListPageSkin extends SkinBase<ModListPage> {
|
||||
|
||||
// Do we need to search in the background thread?
|
||||
for (ModInfoObject item : getSkinnable().getItems()) {
|
||||
if (predicate.test(item.getModInfo().getFileName())) {
|
||||
if (predicate.test(item.getModInfo().getFileName() +
|
||||
item.getModInfo().getName() +
|
||||
item.getModInfo().getVersion() +
|
||||
item.getModInfo().getGameVersion() +
|
||||
item.getModInfo().getId() +
|
||||
item.getModInfo().getModLoaderType() +
|
||||
(item.getMod() != null ? item.getMod().getDisplayName() : ""))) {
|
||||
listView.getItems().add(item);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user