fix: into initializeComponents

This commit is contained in:
Zhongheng Liu 2026-01-22 20:51:10 +01:00
commit d23eb34a00
Signed by: steven
GPG key ID: F69B980899C1C09D

View file

@ -67,8 +67,8 @@ public class IngredientListCtrl implements LocaleAware {
return this.localeManager;
}
@FXML
public void initialize() {
@Override
public void initializeComponents() {
ingredientListView.setCellFactory(list -> new ListCell<>() {
@Override
protected void updateItem(Ingredient item, boolean empty) {