Disable autoplayback again
This commit is contained in:
parent
084396059b
commit
e828d9ed7b
@ -39,6 +39,7 @@ Rectangle {
|
|||||||
anchors.fill: stateImg
|
anchors.fill: stateImg
|
||||||
source: stateImg
|
source: stateImg
|
||||||
color: colors.buttonText
|
color: colors.buttonText
|
||||||
|
visible: stateImg.source != ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,7 +102,6 @@ Rectangle {
|
|||||||
id: media
|
id: media
|
||||||
onError: console.log(errorString)
|
onError: console.log(errorString)
|
||||||
onStatusChanged: if(status == MediaPlayer.Loaded) progress.updatePositionTexts()
|
onStatusChanged: if(status == MediaPlayer.Loaded) progress.updatePositionTexts()
|
||||||
autoPlay: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
|
Loading…
Reference in New Issue
Block a user