Fixed bugs with effects

they were not providing advantage or conditional benefits
This commit is contained in:
Stefan Zermatten
2022-11-08 18:29:27 +02:00
parent 03f87b0afa
commit 60b21c1901
2 changed files with 6 additions and 14 deletions

View File

@@ -24,14 +24,6 @@
>
<v-icon>mdi-help</v-icon>
</v-btn>
<v-switch
v-if="tab === 0"
:input-value="showPropertyHelp"
append-icon="mdi-help"
hide-details
flat
@change="propertyHelpChanged"
/>
<text-field
v-if="tab === 2"
prepend-inner-icon="mdi-magnify"