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

@ -2,7 +2,7 @@
<div class="create-room">
<div>
<v-container fluid>
<div class="room-name">{{ $t("new_room.new_room") }}</div>
<div class="room-name no-upper">{{ $t("new_room.new_room") }}</div>
<v-btn
text
class="header-button-left"
@ -66,10 +66,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-container>

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>