fix(PiPVideoPlayer): button usage

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández
2024-05-07 20:32:19 +02:00
parent 17bc155a01
commit feb624e325
@@ -35,7 +35,7 @@
</VBtn>
</div>
<div
class="absolute-cover uno-pointer-events-none d-flex flex-row justify-center align-center">
class="d-flex flex-row justify-center align-center">
<VBtn
icon
size="large"
@@ -56,6 +56,7 @@
<VBtn
icon
size="large"
:disabled="!playbackManager.nextItem"
@click="playbackManager.setNextItem">
<VIcon size="32">
<IMdiSkipNext />