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