implemented some missing settings

This commit is contained in:
vabene1111
2025-06-06 15:42:39 +02:00
parent 23c4c2e543
commit ec0bc43c21
39 changed files with 115 additions and 24 deletions

View File

@@ -213,6 +213,7 @@ function addStep() {
editingObj.value.steps.push({
ingredients: [] as Ingredient[],
time: 0,
showIngredientsTable: useUserPreferenceStore().userSettings.showStepIngredients
} as Step)
}