mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
turn off button in setting to turn of chat
This commit is contained in:
@@ -24,11 +24,10 @@
|
||||
@input="handleVolumeChange"
|
||||
ref="volumeControl"
|
||||
/>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="buttonbox">
|
||||
<!-- 3/23/2024 DT I turned off the chat off button because it wasn't working and wasn't displaying correctly on the frontend -->
|
||||
<!-- <div class="buttonbox">
|
||||
<input type="checkbox"
|
||||
id="switch"
|
||||
class="checkbox" />
|
||||
@@ -38,7 +37,7 @@
|
||||
|
||||
</label>
|
||||
<p>скрыть чат</p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -80,5 +79,4 @@ export default {
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user