add volume tooltip

This commit is contained in:
Thomas Amland 2021-01-30 13:20:44 +01:00
parent da2a5333fe
commit 80dc608144

View File

@ -52,6 +52,7 @@
<Icon class="volume-icon" icon="volume-up-fill" /> <Icon class="volume-icon" icon="volume-up-fill" />
</b-button> </b-button>
<b-form-input type="range" min="0" max="1" step="0.05" <b-form-input type="range" min="0" max="1" step="0.05"
:title="`Volume: ${Math.round(volume * 100)}%`"
:value="volume" @input="setVolume" /> :value="volume" @input="setVolume" />
</div> </div>
<b-button variant="link" <b-button variant="link"