Add Setting to enable / disable feature

This commit is contained in:
Patrick Magauran
2024-02-06 22:52:59 -05:00
parent e8db2b6401
commit 768e9f8801
4 changed files with 22 additions and 4 deletions

View File

@@ -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/>