修复实例列表不显示实例名的问题 (#5203)
fix #5202 Co-authored-by: xirren <xirren@outlook.com>
This commit is contained in:
@@ -89,9 +89,6 @@ public class GameItem {
|
|||||||
return new Result(gameVersion.orElse(null), modPackVersion);
|
return new Result(gameVersion.orElse(null), modPackVersion);
|
||||||
}, POOL_VERSION_RESOLVE).whenCompleteAsync((result, exception) -> {
|
}, POOL_VERSION_RESOLVE).whenCompleteAsync((result, exception) -> {
|
||||||
if (exception == null) {
|
if (exception == null) {
|
||||||
if (result.gameVersion != null) {
|
|
||||||
title.set(result.gameVersion);
|
|
||||||
}
|
|
||||||
if (result.tag != null) {
|
if (result.tag != null) {
|
||||||
tag.set(result.tag);
|
tag.set(result.tag);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user