Skip to content

Commit

Permalink
PLayback
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Feb 10, 2025
1 parent 1972b26 commit 1cb57a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
<file-controls-group class="file-controls-playback">
<file-controls-button
:icon="playBack"
v-show="false"
/>
<file-controls-button
:class="{ 'flip-horizontal-ion-icon': ended }"
:icon="playbackIcon"
/>
<file-controls-button
:icon="playForward"
v-show="false"
/>
</file-controls-group>
</template>
Expand Down

0 comments on commit 1cb57a1

Please sign in to comment.