Make "shared computer" a checkbox instead of switch

This commit is contained in:
N-Pex 2021-07-19 09:21:40 +02:00
parent 17637930fa
commit d0f929a03c
2 changed files with 3 additions and 9 deletions

View file

@ -62,10 +62,7 @@
<div class="ms-2">{{ data.item.name }}</div>
</template>
</v-select>
<v-switch
v-model="sharedComputer"
:label="$t('join.shared_computer')"
/>
<v-checkbox class="mt-0" v-model="sharedComputer" :label="$t('join.shared_computer')" />
</v-col>
</v-row>
<v-row v-else>