add tooltip to repeat/shuffle buttons
This commit is contained in:
parent
14bef85046
commit
be1e322461
@ -55,13 +55,13 @@
|
|||||||
style="width: 120px; min-width: 0; padding-right: 0.75rem"
|
style="width: 120px; min-width: 0; padding-right: 0.75rem"
|
||||||
:title="`Volume: ${Math.round(volume * 100)}%`"
|
:title="`Volume: ${Math.round(volume * 100)}%`"
|
||||||
:value="muteActive ? 0.0 : volume" @input="setVolume" />
|
:value="muteActive ? 0.0 : volume" @input="setVolume" />
|
||||||
<b-button variant="link"
|
<b-button title="Shuffle"
|
||||||
class="m-0" :class="{ 'text-primary': shuffleActive }"
|
variant="link" class="m-0" :class="{ 'text-primary': shuffleActive }"
|
||||||
@click="toggleShuffle">
|
@click="toggleShuffle">
|
||||||
<Icon icon="shuffle" />
|
<Icon icon="shuffle" />
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-button variant="link"
|
<b-button title="Repeat"
|
||||||
class="m-0" :class="{ 'text-primary': repeatActive }"
|
variant="link" class="m-0" :class="{ 'text-primary': repeatActive }"
|
||||||
@click="toggleRepeat">
|
@click="toggleRepeat">
|
||||||
<Icon icon="arrow-repeat" />
|
<Icon icon="arrow-repeat" />
|
||||||
</b-button>
|
</b-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user