chore(gui): hide voice author line in voice picker
This commit is contained in:
parent
f0a6ade231
commit
764320786b
1 changed files with 0 additions and 3 deletions
|
|
@ -272,9 +272,6 @@
|
|||
>
|
||||
<div class="voice-info">
|
||||
<span class="voice-name">{voice.name}</span>
|
||||
{#if voice.author}
|
||||
<span class="voice-author">by {voice.author}</span>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="voice-languages">
|
||||
{#each voice.languages as lang}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue