fixed error

This commit is contained in:
Saifeddine ALOUI 2023-12-29 23:41:40 +01:00
parent a44340025f
commit 3e0707ce5c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title> <title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-7d4b529a.js"></script> <script type="module" crossorigin src="/assets/index-822a6f28.js"></script>
<link rel="stylesheet" href="/assets/index-7d925527.css"> <link rel="stylesheet" href="/assets/index-7d925527.css">
</head> </head>
<body> <body>

View File

@ -151,7 +151,7 @@
</div> </div>
</div> </div>
<div v-if="this.$store.state.config.enable_voice_service" class="flex flex-row items-center"> <div v-if="this.$store.state.config.enable_voice_service" class="flex flex-row items-center">
<div v-if="isSynthesizingVoice" class="text-lg hover:text-red-600 duration-75 active:scale-90 p-2" <div v-if="!isSynthesizingVoice" class="text-lg hover:text-red-600 duration-75 active:scale-90 p-2"
title="read" title="read"
@click.stop="read()" @click.stop="read()"
:class="{ 'text-red-500': isTalking }"> :class="{ 'text-red-500': isTalking }">