Skip to content

Commit

Permalink
Add tooltip to playback speed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hvangeffen committed Jan 19, 2024
1 parent 73aa38f commit f49675c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/general/DateTimeSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@
v-bind="props"
density="compact"
variant="text"
icon="mdi-play-speed"
/>
icon
>
<v-icon>mdi-play-speed</v-icon>
<v-tooltip location="top" activator="parent">
<span>Playback speed</span>
</v-tooltip>
</v-btn>
</template>

<v-list class="pa-1">
Expand Down

0 comments on commit f49675c

Please sign in to comment.