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:
@@ -12,23 +12,22 @@
|
|||||||
<button id="volume-down" @click="volumeDown">-</button>
|
<button id="volume-down" @click="volumeDown">-</button>
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
<div class="classssboxxxx">
|
<div class="classssboxxxx">
|
||||||
<div class="volume-section">
|
<div class="volume-section">
|
||||||
<h1 class="volume-text">Звук</h1>
|
<h1 class="volume-text">Звук</h1>
|
||||||
<input
|
<input
|
||||||
id="volumeControl"
|
id="volumeControl"
|
||||||
type="range"
|
type="range"
|
||||||
min="0"
|
min="0"
|
||||||
max="10"
|
max="10"
|
||||||
v-model="volume"
|
v-model="volume"
|
||||||
@input="handleVolumeChange"
|
@input="handleVolumeChange"
|
||||||
ref="volumeControl"
|
ref="volumeControl"
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
<!-- 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">
|
||||||
|
|
||||||
<div class="buttonbox">
|
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
id="switch"
|
id="switch"
|
||||||
class="checkbox" />
|
class="checkbox" />
|
||||||
@@ -38,8 +37,8 @@
|
|||||||
|
|
||||||
</label>
|
</label>
|
||||||
<p>скрыть чат</p>
|
<p>скрыть чат</p>
|
||||||
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -80,5 +79,4 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user