mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 17:40:47 +03:00
Disable autoplayback again
This commit is contained in:
parent
084396059b
commit
e828d9ed7b
2 changed files with 1 additions and 1 deletions
|
@ -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 a new issue