Skip to content

Commit 62f0d0a

Browse files
authored
修复实例列表不显示实例名的问题 (#5203)
fix #5202 Co-authored-by: xirren <xirren@outlook.com>
1 parent 2865f2f commit 62f0d0a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItem.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ record Result(@Nullable String gameVersion, @Nullable String tag) {
8989
return new Result(gameVersion.orElse(null), modPackVersion);
9090
}, POOL_VERSION_RESOLVE).whenCompleteAsync((result, exception) -> {
9191
if (exception == null) {
92-
if (result.gameVersion != null) {
93-
title.set(result.gameVersion);
94-
}
9592
if (result.tag != null) {
9693
tag.set(result.tag);
9794
}

0 commit comments

Comments
 (0)