Added volume icon (because we needed one feel free to edit or whatever)

This commit is contained in:
cryptofyre 2021-12-25 16:23:56 -06:00
parent 7bba73f147
commit 45c9c54032
2 changed files with 10 additions and 1 deletions

View file

@ -105,6 +105,7 @@
</div>
<div class="app-chrome--right">
<div class="app-chrome-item volume display--large">
<div class="app-chrome-item volume-icon"></div>
<input type="range" class="" step="0.01" min="0" max="1" v-model="mk.volume"
v-if="typeof mk.volume != 'undefined'">
</div>