mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-09 20:06:39 -04:00
Fix auth server list in add account pane
This commit is contained in:
parent
0f33981c96
commit
46d27a04a2
@ -510,6 +510,7 @@ public final class FXUtils {
|
|||||||
public void updateItem(T item, boolean empty) {
|
public void updateItem(T item, boolean empty) {
|
||||||
super.updateItem(item, empty);
|
super.updateItem(item, empty);
|
||||||
if (!empty) {
|
if (!empty) {
|
||||||
|
setContentDisplay(ContentDisplay.GRAPHIC_ONLY);
|
||||||
setGraphic(graphicBuilder.apply(item));
|
setGraphic(graphicBuilder.apply(item));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user