add volume tooltip
This commit is contained in:
parent
da2a5333fe
commit
80dc608144
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user