mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-11 21:11:57 +00:00
Hidden RoomLanguageSelector
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
4aef00c462
commit
2e261258fd
@ -184,11 +184,11 @@
|
||||
</script>
|
||||
|
||||
<ControlBarContainer bind:noLabel>
|
||||
<svelte:fragment slot="right">
|
||||
<!-- <svelte:fragment slot="right">
|
||||
{#if $isConnected && isTranscriptionAllowed() && $isTranscription}
|
||||
<RoomLanguageSelector {room} kind="icon" />
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
</svelte:fragment> -->
|
||||
<svelte:fragment slot="center">
|
||||
{#if room._id !== love.ids.Reception}
|
||||
<ModernButton
|
||||
|
@ -33,12 +33,12 @@
|
||||
</script>
|
||||
|
||||
<div class="antiGrid">
|
||||
<div class="antiGrid-row">
|
||||
<!-- <div class="antiGrid-row">
|
||||
<div class="antiGrid-row__header">
|
||||
<Label label={ui.string.Language} />
|
||||
</div>
|
||||
<RoomLanguageSelector {room} />
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="antiGrid-row">
|
||||
<div class="antiGrid-row__header">
|
||||
<Label label={love.string.StartWithTranscription} />
|
||||
|
Loading…
Reference in New Issue
Block a user