Fixes after refactoring

This commit is contained in:
N-Pex 2025-06-09 09:34:43 +02:00
parent 9492ed58c7
commit ec79a33eab
11 changed files with 29 additions and 15 deletions

View file

@ -27,7 +27,7 @@
<div v-if="creatingRoom" class="text-center">
{{ creatingRoomStatus }}
<v-progress-circular v-if="creatingRoom" :indeterminate="creatingRoomProgress == null"
:value="creatingRoomProgress" color="primary" width="2" size="20"></v-progress-circular>
:model-value="creatingRoomProgress" color="primary" width="2" size="20"></v-progress-circular>
</div>
<span v-else>{{ $t("getlink.next") }}</span>
</v-btn>