mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +02:00
Added peak model, missed during merging
This commit is contained in:
parent
6297448e90
commit
10f7f08171
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ Rectangle {
|
||||||
InputPeak {
|
InputPeak {
|
||||||
id: inputLevel
|
id: inputLevel
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
peak: model.peak;
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
visible: (bar.currentIndex === 1 && selectedHMD && isVR) ||
|
visible: (bar.currentIndex === 1 && selectedHMD && isVR) ||
|
||||||
(bar.currentIndex === 0 && selectedDesktop && !isVR) &&
|
(bar.currentIndex === 0 && selectedDesktop && !isVR) &&
|
||||||
|
|
Loading…
Reference in a new issue