begone audio nerds (#354)

This commit is contained in:
Maikiwi 2022-03-04 01:37:30 -08:00
parent 001dfc842e
commit 311fdc4020
4 changed files with 8 additions and 4 deletions

View file

@ -171,7 +171,8 @@
<input type="range" class="" @wheel="volumeWheel" :step="cfg.audio.volumeStep" min="0"
:max="cfg.audio.maxVolume"
v-model="mk.volume" v-if="typeof mk.volume != 'undefined'"
@change="checkMuteChange()">
@change="checkMuteChange()"
v-b-tooltip.hover :title="`${(Math.log10(mk.volume) * 20).toFixed(2)} dB`">
</div>
</div>
</div>