修复实例列表不显示实例名的问题 (#5203)

fix #5202

Co-authored-by: xirren <xirren@outlook.com>
This commit is contained in:
Xirren
2026-01-12 22:13:00 +08:00
committed by GitHub
parent 2865f2ffca
commit 62f0d0a1c0

View File

@@ -89,9 +89,6 @@ public class GameItem {
return new Result(gameVersion.orElse(null), modPackVersion);
}, POOL_VERSION_RESOLVE).whenCompleteAsync((result, exception) -> {
if (exception == null) {
if (result.gameVersion != null) {
title.set(result.gameVersion);
}
if (result.tag != null) {
tag.set(result.tag);
}