Skip to content

Commit

Permalink
2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Oct 11, 2024
1 parent 59f58a2 commit a971d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/wav/realtime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const close=()=>{
</section>
<section >
<div class="flex justify-center items-center space-x-4">
<div class="flex flex-col justify-center items-center cursor-pointer" @click="st.showSetting=true" >
<div class="flex flex-col justify-center items-center cursor-pointer" @click="st.showSetting=true,disconnectConversation() " >
<div class=" bg-white rounded-full p-2"><SvgIcon icon="ri:settings-3-line" class="text-3xl text-orange-500/75"></SvgIcon></div>
<div class="pt-1">{{ $t('setting.setting') }}</div>
</div>
Expand Down

0 comments on commit a971d43

Please sign in to comment.