diff --git a/src/timeline/VideoComponent.qml b/src/timeline/VideoComponent.qml index 5a4322e0c..ac41958f8 100644 --- a/src/timeline/VideoComponent.qml +++ b/src/timeline/VideoComponent.qml @@ -277,7 +277,7 @@ Video { } onHoveredChanged: { if (!hovered && (root.state === "paused" || root.state === "playing")) { - rooteoControlTimer.restart(); + videoControlTimer.restart(); volumePopupTimer.restart(); } }