Fix typo
This commit is contained in:
@@ -277,7 +277,7 @@ Video {
|
|||||||
}
|
}
|
||||||
onHoveredChanged: {
|
onHoveredChanged: {
|
||||||
if (!hovered && (root.state === "paused" || root.state === "playing")) {
|
if (!hovered && (root.state === "paused" || root.state === "playing")) {
|
||||||
rooteoControlTimer.restart();
|
videoControlTimer.restart();
|
||||||
volumePopupTimer.restart();
|
volumePopupTimer.restart();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user