fixed next/previous buttons, simplyfied volume
This commit is contained in:
parent
e9a031e6d3
commit
2d985ca17d
3 changed files with 33 additions and 70 deletions
|
|
@ -64,9 +64,9 @@ Item{
|
|||
margins: container.margins
|
||||
topMargin: closeAppButton.visible ? 2*container.margins : container.margins
|
||||
}
|
||||
value: musicModel.pAudioVolume
|
||||
value: musicModel.volume
|
||||
onValueChanged: {
|
||||
musicModel.pAudioVolume = value;
|
||||
musicModel.volume = value;
|
||||
}
|
||||
}
|
||||
PlayerControlPannel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue