Buffs can skip var freezing, freeze inline calcs

This commit is contained in:
Stefan Zermatten
2022-08-25 15:10:56 +02:00
parent 249aebea0f
commit a84da7d8a5
3 changed files with 53 additions and 1 deletions

View File

@@ -72,6 +72,18 @@
@change="change('silent', ...arguments)"
/>
</v-col>
<v-col
cols="12"
sm="6"
md="4"
>
<smart-switch
label="Don't freeze variables"
:value="model.skipCrystalization"
:error-messages="errors.skipCrystalization"
@change="change('skipCrystalization', ...arguments)"
/>
</v-col>
</v-row>
<smart-combobox
label="Tags"