fix: icons in MkModPlayer

This commit is contained in:
naskya 2023-10-31 10:21:59 +00:00
parent 0fb0a19611
commit 3e3933d50a

View File

@ -91,7 +91,7 @@
class="_button"
@click.stop="captionPopup"
>
<i class="ph-subtitles"></i>
<i :class="icon('ph-subtitles')"></i>
</button>
<button
v-if="!hide"
@ -99,7 +99,7 @@
class="_button"
@click.stop="toggleVisible()"
>
<i class="ph-eye-slash"></i>
<i :class="icon('ph-eye-slash')"></i>
</button>
</div>
</div>