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 class="create-room">
<div> <div>
<v-container fluid> <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 <v-btn
text text
class="header-button-left" class="header-button-left"
@ -66,10 +66,7 @@
<div class="ms-2">{{ data.item.name }}</div> <div class="ms-2">{{ data.item.name }}</div>
</template> </template>
</v-select> </v-select>
<v-switch <v-checkbox class="mt-0" v-model="sharedComputer" :label="$t('join.shared_computer')" />
v-model="sharedComputer"
:label="$t('join.shared_computer')"
/>
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>

View file

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