mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
Add Setting to enable / disable feature
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
{{ $t("Show_Week_Numbers") }}
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
<b-form-group id="AutoServingsInput" :label="$t('Auto_Servings')">
|
||||
<b-form-checkbox v-model="settings.autoLoadServings" name="auto_servings">
|
||||
{{ $t("Auto_Link_servings") }}
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-form>
|
||||
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user