We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38eb85 commit f973268Copy full SHA for f973268
1 file changed
HMCL/src/main/java/org/jackhuang/hmcl/ui/main/JavaManagementPage.java
@@ -181,7 +181,6 @@ private void loadJava(Collection<JavaRuntime> javaRuntimes) {
181
this.setItems(FXCollections.observableArrayList(javaRuntimes));
182
this.setLoading(false);
183
} else {
184
- this.setItems(FXCollections.emptyObservableList());
185
this.setLoading(true);
186
}
187
0 commit comments