This commit is contained in:
James Graham
2024-04-16 21:16:21 +01:00
parent bb35e9ce15
commit e5e0405401

View File

@@ -277,7 +277,7 @@ Video {
}
onHoveredChanged: {
if (!hovered && (root.state === "paused" || root.state === "playing")) {
rooteoControlTimer.restart();
videoControlTimer.restart();
volumePopupTimer.restart();
}
}